Add eclipe project files for OpenRocket Test Libraries.
This commit is contained in:
parent
8f66c241fe
commit
d2965a72f0
12
lib-test/.classpath
Normal file
12
lib-test/.classpath
Normal 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
1
lib-test/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/bin
|
17
lib-test/.project
Normal file
17
lib-test/.project
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user