Add eclipe project files for OpenRocket Test Libraries.

This commit is contained in:
kruland 2013-11-10 20:34:06 -06:00
parent 8f66c241fe
commit d2965a72f0
3 changed files with 30 additions and 0 deletions

12
lib-test/.classpath Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="lib" path="hamcrest-core-1.3.0RC1.jar"/>
<classpathentry kind="lib" path="hamcrest-library-1.3.0RC1.jar"/>
<classpathentry kind="lib" path="jmock-2.6.0-RC2.jar"/>
<classpathentry kind="lib" path="jmock-junit4-2.6.0-RC2.jar"/>
<classpathentry kind="lib" path="junit-dep-4.8.2.jar"/>
<classpathentry kind="lib" path="test-plugin.jar"/>
<classpathentry kind="lib" path="uispec4j-2.3-jdk16.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

1
lib-test/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/bin

17
lib-test/.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>OpenRocket Test Libraries</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>