2009-05-31 17:53:33 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry kind="src" output="demo/SimpleApp/build" path="demo/SimpleApp/src"/>
|
|
|
|
<classpathentry kind="src" output="demo/ConsoleApp/build" path="demo/ConsoleApp/src"/>
|
|
|
|
<classpathentry kind="lib" path="lib/formsrt.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/xstream.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/looks.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/foxtrot.jar"/>
|
2012-01-11 13:59:39 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
2009-05-31 17:53:33 +02:00
|
|
|
<classpathentry kind="lib" path="lib/forms.jar"/>
|
|
|
|
<classpathentry kind="output" path="build"/>
|
|
|
|
</classpath>
|