diff options
author | Sven Gothel <[email protected]> | 2020-09-07 03:47:18 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-09-07 17:34:37 +0200 |
commit | 135579a8367e4c8398dfd1a017272ae9d7502ca5 (patch) | |
tree | f3bdfa02dc69a281cfa39965f4d1ffaab7378b95 /logo/.classpath | |
parent | c8881663156b5f690186ea2e440b5ca39c54abaf (diff) |
JogAmp: Adding Eclipse project files
Diffstat (limited to 'logo/.classpath')
-rw-r--r-- | logo/.classpath | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/logo/.classpath b/logo/.classpath new file mode 100644 index 0000000..1db0b33 --- /dev/null +++ b/logo/.classpath @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="deploy" path="src"/> + <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> + <classpathentry kind="lib" path="jogamp-fat.jar" sourcepath="jogamp-fat-java-src.zip"/> + <classpathentry kind="lib" path="vecmath.jar" sourcepath="vecmath-src.zip"/> + <classpathentry kind="lib" path="j3dcore.jar" sourcepath="j3dcore-src.zip"/> + <classpathentry kind="lib" path="j3dutils.jar" sourcepath="j3dutils-src.zip"/> + <classpathentry kind="lib" path="jh.jar"/> + <classpathentry kind="lib" path="jl1.0.1.jar"/> + <classpathentry kind="lib" path="log4j-api-2.1.jar"/> + <classpathentry kind="lib" path="log4j-core-2.1.jar"/> + <classpathentry kind="lib" path="org.json-20131017.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |