diff options
| author | Phillip <pacardon@u.washington.edu> | 2011-02-20 18:23:18 +0000 | 
|---|---|---|
| committer | Phillip <pacardon@u.washington.edu> | 2011-02-20 18:23:18 +0000 | 
| commit | 5d737c42197d7f7c0e4d7a088bd99141481b5145 (patch) | |
| tree | 28d2f6cc6c6fb253e291b627f73e0f529e3c530e /.classpath | |
| parent | d6e8cbe83fc8011b59189a5c62ec21ab7e5e6e98 (diff) | |
NewIcosahedronMenuItem now working and added to TesseractUI. Use Icosohedran(NEW) in add object menu to test.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 30 | 
1 files changed, 17 insertions, 13 deletions
@@ -1,13 +1,17 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> -	<classpathentry kind="lib" path="support_files/lib/ext/j3dcore.jar"/> -	<classpathentry kind="lib" path="support_files/lib/ext/j3dutils.jar"/> -	<classpathentry kind="lib" path="support_files/lib/ext/vecmath.jar"/> -	<classpathentry kind="src" path="src"/> -	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> -		<attributes> -			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/usr/lib/jni"/> -		</attributes> -	</classpathentry> -	<classpathentry kind="output" path="bin"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?>
 +<classpath>
 +	<classpathentry kind="src" path="src"/>
 +	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 +	<classpathentry kind="lib" path="C:/Program Files/Java/Java3D/1.5.2/lib/ext/j3dcore.jar" sourcepath="C:/Users/pacardon/Downloads/j3d-1_5_2-src.zip">
 +		<attributes>
 +			<attribute name="javadoc_location" value="http://download.java.net/media/java3d/javadoc/1.5.2/"/>
 +		</attributes>
 +	</classpathentry>
 +	<classpathentry kind="lib" path="C:/Program Files/Java/Java3D/1.5.2/lib/ext/j3dutils.jar"/>
 +	<classpathentry kind="lib" path="C:/Program Files/Java/Java3D/1.5.2/lib/ext/vecmath.jar" sourcepath="C:/Users/pacardon/Downloads/vecmath-1_5_2-src.zip">
 +		<attributes>
 +			<attribute name="javadoc_location" value="http://download.java.net/media/java3d/javadoc/1.5.2/"/>
 +		</attributes>
 +	</classpathentry>
 +	<classpathentry kind="output" path="bin"/>
 +</classpath>
  | 
