diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="res"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="ext/jackson-core-2.5.3.jar" sourcepath="ext/jackson-core-2.5.3-sources.jar"/> - <classpathentry kind="lib" path="ext/jackson-databind-2.5.3.jar" sourcepath="ext/jackson-databind-2.5.3-sources.jar"/> - <classpathentry kind="lib" path="ext/jackson-annotations-2.5.0.jar"/> + <classpathentry kind="lib" path="/home/eddy/projects/cardbase/lib/jackson-core-2.5.3.jar" sourcepath="lib/jackson-core-2.5.3-sources.jar"/> + <classpathentry kind="lib" path="/home/eddy/projects/cardbase/lib/jackson-databind-2.5.3.jar" sourcepath="lib/jackson-databind-2.5.3-sources.jar"/> + <classpathentry kind="lib" path="/home/eddy/projects/cardbase/lib/jackson-annotations-2.5.0.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |