openrocket/.classpath

14 lines
695 B
Plaintext
Raw Normal View History

2009-05-31 17:23:49 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
2009-10-04 15:46:32 +00:00
<classpathentry kind="src" path="src-extra"/>
2009-08-30 15:46:18 +00:00
<classpathentry kind="src" path="test"/>
2009-05-31 17:23:49 +00:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/home/sampo/Projects/OpenRocket/lib/miglayout15-swing.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JCommon 1.0.16"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JFreeChart 1.0.13"/>
2009-10-04 15:46:32 +00:00
<classpathentry kind="lib" path="lib-extra/RXTXcomm.jar"/>
<classpathentry kind="lib" path="lib-test/junit-4.7.jar"/>
2009-05-31 17:23:49 +00:00
<classpathentry kind="output" path="bin"/>
</classpath>