2
0
Fork 0

Added gitignore

This commit is contained in:
willem.cazander 2011-12-24 20:50:16 +01:00
parent e9514f56cc
commit 2464e7a917
10 changed files with 137 additions and 12 deletions

View file

@ -11,13 +11,13 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>

View file

@ -60,6 +60,7 @@ public class SwingTest extends TestCase {
public void testNull() throws Exception {
assertEquals(true, true);
main(new String[] {});
}
public static void main(String[] argu){