mirror of https://github.com/rusefi/RomRaider.git
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:
parent
290f17ac1d
commit
7ce6df78b0
37
.classpath
37
.classpath
|
@ -1,18 +1,19 @@
|
|||
<?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="lib/logger/rxtx/RXTXcomm.jar"/>
|
||||
<classpathentry kind="lib" path="lib/logger/jcommon-1.0.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/logger/jfreechart-1.0.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jep.jar"/>
|
||||
<classpathentry kind="lib" path="lib/JFontChooser.jar"/>
|
||||
<classpathentry kind="lib" path="lib/swing-layout-1.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/linux/lib/j3dcore.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/linux/lib/j3dutils.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/linux/lib/vecmath.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/linux/Graph3d.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/jama-1.0.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/BareBonesBrowserLaunch.jar"/>
|
||||
<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 exported="true" kind="lib" path="lib/logger/rxtx/RXTXcomm.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/logger/jcommon-1.0.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/logger/jfreechart-1.0.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jep.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/JFontChooser.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/swing-layout-1.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/lib/j3dcore.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/lib/j3dutils.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/lib/vecmath.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/Graph3d/linux/Graph3d.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/Graph3d/jama-1.0.2.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"/>
|
||||
</classpath>
|
||||
|
|
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.
Loading…
Reference in New Issue