changeset 408:8cb64ce1ed21 dispose

add jar file for using Java3D
author sugi
date Mon, 30 Jun 2014 22:11:12 +0900
parents 4b38d3e6520e
children e501afa00369 5b05279291a1
files .classpath .project .settings/org.eclipse.jdt.core.prefs lib/j3d-core-1.3.1.jar lib/j3dutils.jar lib/vecmath-1.5.2.jar
diffstat 6 files changed, 4 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/.classpath	Tue Jun 24 14:56:35 2014 +0900
+++ b/.classpath	Mon Jun 30 22:11:12 2014 +0900
@@ -6,6 +6,8 @@
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" exported="true"/>
 	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/com.alexmerz.graphviz.jar" exported="true"/>
+	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/j3d-core-1.3.1.jar" exported="true"/>
+	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/j3dutils.jar" exported="true"/>
 	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/javassist.jar" exported="true"/>
 	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/jimColModelImporterJFX.jar" exported="true"/>
 	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/jimObjModelImporterJFX.jar" exported="true"/>
@@ -16,4 +18,5 @@
 	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/slf4j-api-1.6.1.jar" exported="true"/>
 	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/slf4j-log4j12-1.6.1-sources.jar" exported="true"/>
 	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/slf4j-log4j12-1.6.1.jar" exported="true"/>
+	<classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/vecmath-1.5.2.jar" exported="true"/>
 </classpath>
--- a/.project	Tue Jun 24 14:56:35 2014 +0900
+++ b/.project	Mon Jun 30 22:11:12 2014 +0900
@@ -15,15 +15,4 @@
 		<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
-	<filteredResources>
-		<filter>
-			<id>1403587644303</id>
-			<name></name>
-			<type>30</type>
-			<matcher>
-				<id>org.eclipse.ui.ide.multiFilter</id>
-				<arguments>1.0-projectRelativePath-matches-false-false-build</arguments>
-			</matcher>
-		</filter>
-	</filteredResources>
 </projectDescription>
--- a/.settings/org.eclipse.jdt.core.prefs	Tue Jun 24 14:56:35 2014 +0900
+++ b/.settings/org.eclipse.jdt.core.prefs	Mon Jun 30 22:11:12 2014 +0900
@@ -1,5 +1,5 @@
 #
-#Tue Jun 17 20:18:24 JST 2014
+#Mon Jun 30 22:09:56 JST 2014
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
Binary file lib/j3d-core-1.3.1.jar has changed
Binary file lib/j3dutils.jar has changed
Binary file lib/vecmath-1.5.2.jar has changed