Updates for: added support to allow configuration of target platform to build, refactoring of glum.zio package, cleanup

This commit is contained in:
Norberto Lopez
2017-04-28 16:29:28 +00:00
parent f247ce9df4
commit cdaafece45
13 changed files with 135 additions and 98 deletions

View File

@@ -9,7 +9,6 @@ import glum.gui.panel.itemList.StaticItemProcessor;
import glum.gui.panel.itemList.query.*;
import glum.unit.ConstUnitProvider;
import glum.unit.DateUnit;
import glum.zio.raw.ZioRaw;
import java.awt.*;
import java.awt.event.ActionEvent;
@@ -27,7 +26,7 @@ import net.miginfocom.swing.MigLayout;
import distMaker.LookUp;
import distMaker.node.AppRelease;
public class PickReleasePanel extends GlassPanel implements ActionListener, ZioRaw, ListSelectionListener
public class PickReleasePanel extends GlassPanel implements ActionListener, ListSelectionListener
{
private static final long serialVersionUID = 1L;