Added gitignore
This commit is contained in:
parent
e9514f56cc
commit
2464e7a917
10 changed files with 137 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue