Made new JNA and Platform library paths relative to the project.

This commit is contained in:
Dale Schultz 2012-05-08 18:08:06 -04:00
parent f42670241f
commit c44fd356a8
1 changed files with 2 additions and 2 deletions

View File

@ -28,12 +28,12 @@
<classpathentry kind="lib" path="lib/common/jdic.jar"/>
<classpathentry kind="lib" path="lib/common/jfreechart-1.0.9.jar"/>
<classpathentry kind="lib" path="lib/common/jcommon-1.0.12.jar"/>
<classpathentry kind="lib" path="C:/repositories/RomRaider/lib/common/jna.jar">
<classpathentry kind="lib" path="lib/common/jna.jar">
<attributes>
<attribute name="javadoc_location" value="http://twall.github.com/jna/3.4.0/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/repositories/RomRaider/lib/common/platform.jar">
<classpathentry kind="lib" path="lib/common/platform.jar">
<attributes>
<attribute name="javadoc_location" value="http://twall.github.com/jna/3.4.0/javadoc/"/>
</attributes>