diff options
| author | geronimo <geronimo013@gmx.de> | 2012-08-15 07:55:07 +0200 |
|---|---|---|
| committer | geronimo <geronimo013@gmx.de> | 2012-08-15 07:55:07 +0200 |
| commit | af80bd2426282b7491d9ba0ebfb201abb42e3ca4 (patch) | |
| tree | 8aeac09a815f3133773cb927597738d4150030f1 /cmpcj/.classpath | |
| parent | 7eb41fd1431019f44227af6f5d707e7c98e0416e (diff) | |
| download | cmp-af80bd2426282b7491d9ba0ebfb201abb42e3ca4.tar.gz cmp-af80bd2426282b7491d9ba0ebfb201abb42e3ca4.tar.bz2 | |
next variant of java client
Diffstat (limited to 'cmpcj/.classpath')
| -rw-r--r-- | cmpcj/.classpath | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cmpcj/.classpath b/cmpcj/.classpath index 6c1a5de..1d90eb6 100644 --- a/cmpcj/.classpath +++ b/cmpcj/.classpath @@ -1,9 +1,11 @@ <?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 excluding="**/*.java" kind="src" path="res"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="lib/docking-frames-common-1.1.1-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="lib/docking-frames-core-1.1.1-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="lib/glazedlists_java15.jar"/> <classpathentry kind="lib" path="lib/gson-2.2.2.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |
