mirror of https://github.com/rusefi/jzy3d-api.git
classpath
This commit is contained in:
parent
38465f58db
commit
d06a7616ca
|
@ -4,6 +4,9 @@
|
|||
<classpathentry kind="src" path="src/bridge"/>
|
||||
<classpathentry kind="src" path="src/tests"/>
|
||||
<classpathentry kind="src" path="src/glredbook"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/misc/opencsv-2.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/misc/org.convexhull.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/misc/swt.jar"/>
|
||||
|
@ -30,8 +33,6 @@
|
|||
<classpathentry exported="true" kind="lib" path="lib/jogl2-rc10/jogl-all-natives-windows-i586.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jogl2-rc10/jogl-all.jar" sourcepath="/jogl"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/misc/log4j-1.2.16.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
||||
<classpathentry kind="lib" path="lib/misc/org.jzyio-0.1.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="build/eclipse"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Reference in New Issue