diff options
Diffstat (limited to 'cmpcj/.classpath')
-rw-r--r-- | cmpcj/.classpath | 9 |
1 files changed, 9 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> |