summaryrefslogtreecommitdiff
path: root/cmpcj
diff options
context:
space:
mode:
authorgeronimo <geronimo013@gmx.de>2012-07-29 16:00:29 +0200
committergeronimo <geronimo013@gmx.de>2012-07-29 16:00:29 +0200
commitaa714b0076c06d7133c625ab22c86114d4f17e23 (patch)
treef4773543d7c0bf593c20b1a033dea8dc28dd8ad5 /cmpcj
parent4039d18078da508ba8c628df8e2aa741cf91f266 (diff)
downloadcmp-aa714b0076c06d7133c625ab22c86114d4f17e23.tar.gz
cmp-aa714b0076c06d7133c625ab22c86114d4f17e23.tar.bz2
cleanup
Diffstat (limited to 'cmpcj')
-rw-r--r--cmpcj/.classpath9
-rw-r--r--cmpcj/.project17
2 files changed, 26 insertions, 0 deletions
diff --git a/cmpcj/.classpath b/cmpcj/.classpath
new file mode 100644
index 0000000..ae6697e
--- /dev/null
+++ b/cmpcj/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="res"/>
+ <classpathentry kind="lib" path="lib/glazedlists_java15.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/jackson-all-1.9.2.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/cmpcj/.project b/cmpcj/.project
new file mode 100644
index 0000000..1485529
--- /dev/null
+++ b/cmpcj/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>CMPCJ</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>