summaryrefslogtreecommitdiff
path: root/cmpcj
diff options
context:
space:
mode:
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>