Archived
1
0

Project Created

Main class created

Signed-off-by: Tony <github2@grosinger.net>
This commit is contained in:
Tony 2011-04-18 16:12:35 -07:00
parent 20e87d13fb
commit 2b9124b1e0
4 changed files with 36 additions and 0 deletions

6
.classpath Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>nomads</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

Binary file not shown.

View File

@ -0,0 +1,13 @@
package net.grosinger.nomads;
public class Nomads {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}