Updated to include latest 3d graph jar and settings for Eclipse.

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@236 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
Tgui 2006-08-15 22:21:35 +00:00
parent c29fde25c4
commit 3d166ab95d
4 changed files with 33 additions and 0 deletions

16
.classpath Normal file
View File

@ -0,0 +1,16 @@
<?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/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/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/Graph3d.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>enginuity</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

Binary file not shown.

Binary file not shown.