From 2b9124b1e03884c3fd8a5bedcefdaa78fdc901b7 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 18 Apr 2011 16:12:35 -0700 Subject: [PATCH] Project Created Main class created Signed-off-by: Tony --- .classpath | 6 ++++++ .project | 17 +++++++++++++++++ bin/net/grosinger/nomads/Nomads.class | Bin 0 -> 403 bytes src/net/grosinger/nomads/Nomads.java | 13 +++++++++++++ 4 files changed, 36 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 bin/net/grosinger/nomads/Nomads.class create mode 100644 src/net/grosinger/nomads/Nomads.java diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..8af6f48 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + nomads + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/bin/net/grosinger/nomads/Nomads.class b/bin/net/grosinger/nomads/Nomads.class new file mode 100644 index 0000000000000000000000000000000000000000..545081acdb4d565cab585e533e7c21a9218b4143 GIT binary patch literal 403 zcmaJ-Jx{|h6ug(F4NVG#7O@}(wgM8Cx)!k@F-2u4>cZrtR&bTrl9Tekn2;Fw0sJV$ zbBY8)h{1P$ANPEI?;o#k0H!#M5D<=yYDD2|txchvFt(DbTFhID5EAy+@=1zPnnK)V zYn3;I-jz1Gxh8ZbXG=nOV^=Ch2mJxM=n;mgHfp}9GUe`NRw}|MwYe;p(rF)mCBx=X z*MyVw9}6=cUrB8UN0W#2+sdMGYBry{?4K6_ z1bk!Pj1fnInV7rhFW7l*%Q2%bg9QoWVB5gF%TXVD7;?soFZlRA`YlX;2zjSCXd6e2 G0mh&In^5)u literal 0 HcmV?d00001 diff --git a/src/net/grosinger/nomads/Nomads.java b/src/net/grosinger/nomads/Nomads.java new file mode 100644 index 0000000..f9f7078 --- /dev/null +++ b/src/net/grosinger/nomads/Nomads.java @@ -0,0 +1,13 @@ +package net.grosinger.nomads; + +public class Nomads { + + /** + * @param args + */ + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +}