diff options
author | Sven Gothel <[email protected]> | 2012-02-27 20:00:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-27 20:00:29 +0100 |
commit | 98f2fbbf413f9a14551f3517b33079f7b8ac489d (patch) | |
tree | 99c0d6e0fa0a66e72702df78893d01d45c36863e /.classpath | |
parent | c7613a5f84784c16ba4d1ab6d92d659addbce292 (diff) |
Enable cross compile/test on linux-armv7 (including armv7 openal soft library)
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3,14 +3,8 @@ <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="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="output" path="build/test/build/classes"/> </classpath> |