mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Initial checkin of unified hierarchy of WPILib 2015
This commit is contained in:
23
networktables/java/eclipse_project/.classpath
Normal file
23
networktables/java/eclipse_project/.classpath
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="desktop"/>
|
||||
<classpathentry kind="src" path="desktop-test"/>
|
||||
<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
|
||||
<classpathentry kind="lib" path="lib/junit-dep-4.10.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/bsh-core-2.0b4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/cglib-nodep-2.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/cglib-src-2.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/hamcrest-core-1.3.0RC1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/hamcrest-library-1.3.0RC1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/hamcrest-unit-test-1.3.0RC1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/jmock-2.6.0-RC2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/jmock-junit3-2.6.0-RC2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/jmock-junit4-2.6.0-RC2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/jmock-legacy-2.6.0-RC2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/jmock-script-2.6.0-RC2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmock/objenesis-1.0.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Mitchell/sunspotfrcsdk/lib/squawk.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Mitchell/sunspotfrcsdk-dev/desktop-test-lib/sunit-runner.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
59
networktables/java/eclipse_project/.project
Normal file
59
networktables/java/eclipse_project/.project
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>Network_Tables_2.0</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>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>build.xml</name>
|
||||
<type>1</type>
|
||||
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/build.xml</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>classes</name>
|
||||
<type>2</type>
|
||||
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/build/desktop/classes</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>crio</name>
|
||||
<type>2</type>
|
||||
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/src/crio</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>crio-test</name>
|
||||
<type>2</type>
|
||||
<location>D:/Projects/NetworkTables2.0/trunk/java/crio-test</location>
|
||||
</link>
|
||||
<link>
|
||||
<name>desktop</name>
|
||||
<type>2</type>
|
||||
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/src/desktop</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>desktop-test</name>
|
||||
<type>2</type>
|
||||
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/desktop-test</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>lib</name>
|
||||
<type>2</type>
|
||||
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/lib</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>src</name>
|
||||
<type>2</type>
|
||||
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/src/common</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
Reference in New Issue
Block a user