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 /roombacomm-client/.classpath | |
| parent | 53b947df484159f5934898ba6c0aa69a9c869007 (diff) | |
added . files
Diffstat (limited to 'roombacomm-client/.classpath')
| -rw-r--r-- | roombacomm-client/.classpath | 13 |
1 files changed, 13 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>
|
