Files
forge/.classpath
jendave 20a3b0b6d3 Checking 1.5 compatibility
SwingBuilder caused a couple other problems. It is also contained in ord.jdesktop, so I replaced it with that one
Preferences also contained stringPropertyNames(), which only exists since 1.6
2011-08-06 05:57:44 +00:00

14 lines
749 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="lib" path="res/lib/napkinlaf-1.2.jar"/>
<classpathentry kind="lib" path="res/lib/nimrodlf.jar"/>
<classpathentry kind="lib" path="res/lib/substance.jar"/>
<classpathentry kind="lib" path="res/lib/java-image-scaling-0.8.4.jar"/>
<classpathentry kind="lib" path="res/lib/google-collections-1.0.jar"/>
<classpathentry kind="lib" path="res/lib/miglayout-3.7.3.1-swing.jar"/>
<classpathentry kind="lib" path="res/lib/jl1.0.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>