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 0000000..25b10d8 Binary files /dev/null and b/bin/net/grosinger/nomads/drones/SampleDrone.class differ 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 { + +}