From d2749e9a4c5e71d1f796cf7a4e4e342ea5033864 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 19 Apr 2011 18:03:48 -0700 Subject: [PATCH] -Started project in Eclipse Signed-off-by: Tony --- .classpath | 6 ++++++ .project | 17 +++++++++++++++++ .../grosinger/nomads/drones/SampleDrone.class | Bin 0 -> 314 bytes .../grosinger/nomads/drones/SampleDrone.java | 5 +++++ 4 files changed, 28 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 bin/net/grosinger/nomads/drones/SampleDrone.class create mode 100644 src/net/grosinger/nomads/drones/SampleDrone.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..dd29d36 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + Nomads-Sample-Drone + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/bin/net/grosinger/nomads/drones/SampleDrone.class b/bin/net/grosinger/nomads/drones/SampleDrone.class new file mode 100644 index 0000000000000000000000000000000000000000..25b10d8feaa59f5b29b997951c2e32bbd119b69f GIT binary patch literal 314 zcma)%u};G<5QhItlLkVe5pTc*Wxx_^D;5w_M2A-0o#Yf;B{p)>zE>wC1|EQiLYylG zMwb8l-N~o#zP>*`0o)@`5fQE}532F5H@0D~tm|~$tJ*uuy;|w+t>vcxDPlst)qAa4 zZ5y>Lw_FW`@xoX$JP<}Vvkf7BbTwxf;dFuoW5TpBmS1*V$$qWNmI;@It8}~3-UR+_ z#>1=W3A5s#I&(s{aywt~vk6P{KdN`Z5?2r>ITTVUxJaf#>c~KH`;L=?G$Le@VGQ|j RCOJ926RGDygbT?C(;qVuNZJ4Z literal 0 HcmV?d00001 diff --git a/src/net/grosinger/nomads/drones/SampleDrone.java b/src/net/grosinger/nomads/drones/SampleDrone.java new file mode 100644 index 0000000..6fdb729 --- /dev/null +++ b/src/net/grosinger/nomads/drones/SampleDrone.java @@ -0,0 +1,5 @@ +package net.grosinger.nomads.drones; + +public class SampleDrone { + +}