openrocket/.classpath

14 lines
621 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"/>
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-11-24 19:56:40 +00:00
<classpathentry kind="lib" path="lib/jfreechart-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.16.jar"/>
<classpathentry kind="lib" path="lib/miglayout15-swing.jar"/>
2009-05-31 17:23:49 +00:00
<classpathentry kind="output" path="bin"/>
</classpath>