Added JDIC for file associations

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@326 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
Jared Gould 2006-11-06 13:55:08 +00:00
parent 290f17ac1d
commit 7ce6df78b0
15 changed files with 21 additions and 22 deletions

View File

@ -2,17 +2,18 @@
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/logger/rxtx/RXTXcomm.jar"/> <classpathentry exported="true" kind="lib" path="lib/logger/rxtx/RXTXcomm.jar"/>
<classpathentry kind="lib" path="lib/logger/jcommon-1.0.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/logger/jcommon-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/logger/jfreechart-1.0.1.jar"/> <classpathentry exported="true" kind="lib" path="lib/logger/jfreechart-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/jep.jar"/> <classpathentry exported="true" kind="lib" path="lib/jep.jar"/>
<classpathentry kind="lib" path="lib/JFontChooser.jar"/> <classpathentry exported="true" kind="lib" path="lib/JFontChooser.jar"/>
<classpathentry kind="lib" path="lib/swing-layout-1.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/swing-layout-1.0.jar"/>
<classpathentry kind="lib" path="lib/Graph3d/linux/lib/j3dcore.jar"/> <classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/lib/j3dcore.jar"/>
<classpathentry kind="lib" path="lib/Graph3d/linux/lib/j3dutils.jar"/> <classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/lib/j3dutils.jar"/>
<classpathentry kind="lib" path="lib/Graph3d/linux/lib/vecmath.jar"/> <classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/lib/vecmath.jar"/>
<classpathentry kind="lib" path="lib/Graph3d/linux/Graph3d.jar"/> <classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/Graph3d.jar"/>
<classpathentry kind="lib" path="lib/Graph3d/jama-1.0.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/Graph3d/jama-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/BareBonesBrowserLaunch.jar"/> <classpathentry exported="true" kind="lib" path="lib/BareBonesBrowserLaunch.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jdic/jdic.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

BIN
lib/jdic/jdic.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -11,7 +11,5 @@ Class-Path: lib/Graph3d.jar
lib/jfreechart-1.0.1.jar lib/jfreechart-1.0.1.jar
lib/RXTXcomm.jar lib/RXTXcomm.jar
lib/jama-1.0.2.jar lib/jama-1.0.2.jar
lib/BareBonesBrowserLaunch.jar
lib/jdic/jdic.jar