Mercurial > hg > Members > tatsuki > Alice
changeset 102:5d9d0bd2fee4 working
unnecessary jar files and settings
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Jun 2012 03:43:56 +0900 |
parents | 9e4784d8b727 |
children | 37f3483a869b |
files | .classpath build.xml lib/j3dcore.jar lib/j3dutils.jar lib/vecmath.jar |
diffstat | 5 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/.classpath Thu Jun 28 02:57:57 2012 +0900 +++ b/.classpath Thu Jun 28 03:43:56 2012 +0900 @@ -1,15 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="lib" path="lib/javassist.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/> <classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/> <classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.1.jar"/> <classpathentry kind="lib" path="lib/com.alexmerz.graphviz.jar"/> <classpathentry kind="lib" path="lib/msgpack-0.6.6-SNAPSHOT.jar" sourcepath="lib/msgpack-0.6.6-SNAPSHOT-sources.jar"/> - <classpathentry kind="lib" path="lib/j3dcore.jar"/> - <classpathentry kind="lib" path="lib/j3dutils.jar"/> - <classpathentry kind="lib" path="lib/vecmath.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="output" path="bin"/> </classpath>
--- a/build.xml Thu Jun 28 02:57:57 2012 +0900 +++ b/build.xml Thu Jun 28 03:43:56 2012 +0900 @@ -37,9 +37,6 @@ <pathelement path="lib/slf4j-log4j12-1.6.1.jar" /> <pathelement path="lib/msgpack-0.6.6-SNAPSHOT.jar" /> <pathelement path="lib/com.alexmerz.graphviz.jar" /> - <pathelement path="lib/j3dcore.jar" /> - <pathelement path="lib/j3dutils.jar" /> - <pathelement path="lib/vecmath.jar" /> </classpath> <sourcepath> <pathelement path="src"/>