diff options
author | Sven Gothel <[email protected]> | 2011-12-18 23:32:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 23:32:33 +0100 |
commit | 757abc0d878af74496bc1e85bef794df89155ba8 (patch) | |
tree | a9774d68bd07256b14fb6e273137c85764d7fdeb /.classpath | |
parent | 6b6d9f290242deabed6db03717d07f1889d17a8c (diff) |
Add Eclipse prjv2.0-rc5
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..cdbe50b --- /dev/null +++ b/.classpath @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="build/gensrc/classes"/> + <classpathentry kind="src" path="src/java"/> + <classpathentry kind="src" path="src/test"/> + <classpathentry kind="lib" path="build-x86_64/joal-natives-linux-amd64.jar"/> + <classpathentry kind="lib" path="build-x86_64/joal-test.jar"/> + <classpathentry kind="lib" path="build-x86_64/joal.jar"/> + <classpathentry kind="lib" path="build/joal-natives-linux-amd64.jar"/> + <classpathentry kind="lib" path="build/joal-test.jar"/> + <classpathentry kind="lib" path="build/joal.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> + <classpathentry kind="lib" path="/gluegen/build/gluegen-rt.jar"/> + <classpathentry kind="output" path="build/test/build/classes"/> +</classpath> |