kruland2607 26fb295554 Rework source structure to separate swing gui code from core code.
Separate swing application code from core code.  Moved a bunch of sources
and libraries around.  Created new eclipse project.

Further refinements to make it build.

Update gitignore.
2013-09-27 11:34:46 -05:00

13 lines
128 B
Java

package net.sf.openrocket.gui;
import org.junit.Test;
public class TestGUI {
@Test
public void test() {
// No-op
}
}