mirror of https://github.com/rusefi/RomRaider.git
updated classpath
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@570 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
de02f23bee
commit
82b6f051f3
53
.classpath
53
.classpath
|
@ -1,26 +1,27 @@
|
|||
<?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.7.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/logger/jfreechart-1.0.3.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="lib" path="lib/tts/freetts.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/en_us.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmulex.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmudict04.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmu_us_kal.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmu_time_awb.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmutimelex.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 kind="lib" path="lib/tts/cmu_time_awb.jar"/>
|
||||
<classpathentry kind="lib" path="lib/BareBonesBrowserLaunch.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/tts/cmu_us_kal.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmudict04.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmulex.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/cmutimelex.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/en_us.jar"/>
|
||||
<classpathentry kind="lib" path="lib/tts/freetts.jar"/>
|
||||
<classpathentry kind="lib" path="lib/logger/jcommon-1.0.7.jar"/>
|
||||
<classpathentry kind="lib" path="lib/logger/jfreechart-1.0.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/logger/rxtx/RXTXcomm.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jdic/windows/jdic_stub.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jdic/jdic.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/jama-1.0.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/windows/lib/j3dcore.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/windows/Graph3d.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/windows/lib/j3dutils.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Graph3d/windows/lib/vecmath.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Reference in New Issue