mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
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
14 lines
749 B
XML
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>
|