diff options
| author | Ido Hadanny <ido.hadanny@gmail.com> | 2011-09-22 21:42:16 +0300 |
|---|---|---|
| committer | Ido Hadanny <ido.hadanny@gmail.com> | 2011-09-22 21:42:16 +0300 |
| commit | fa02936483378ef7f4dcc42abbb2a756e1e9afb7 (patch) | |
| tree | bfedf13481f14596b51a3f4e1afd863b8177d185 | |
| parent | 53b947df484159f5934898ba6c0aa69a9c869007 (diff) | |
added . files
| -rw-r--r-- | roombacomm-client/.classpath | 13 | ||||
| -rw-r--r-- | roombacomm-client/.project | 17 |
2 files changed, 30 insertions, 0 deletions
diff --git a/roombacomm-client/.classpath b/roombacomm-client/.classpath new file mode 100644 index 0000000..c30b7a3 --- /dev/null +++ b/roombacomm-client/.classpath @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="lib" path="lib/bluecove/bluecove-2.1.0.jar"/>
+ <classpathentry kind="lib" path="lib/rxtx/RXTXcomm.jar">
+ <attributes>
+ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="roombaNet-JMP-0.97Working/lib/rxtx"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="lib" path="lib/jargs.jar"/>
+ <classpathentry kind="output" path="build/bin"/>
+</classpath>
diff --git a/roombacomm-client/.project b/roombacomm-client/.project new file mode 100644 index 0000000..f83990c --- /dev/null +++ b/roombacomm-client/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>roombacomm-trunk</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>
|
