forked from nwlongnecker/wpi-suite
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.classpath
50 lines (50 loc) · 3.48 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="Core/WPISuite-Interfaces/src"/>
<classpathentry kind="src" path="Core/WPISuite-Interfaces/test"/>
<classpathentry kind="src" path="Core/WPISuite/src"/>
<classpathentry kind="src" path="Core/WPISuite/test"/>
<classpathentry kind="src" path="DefectTracker/src"/>
<classpathentry kind="src" path="DefectTracker/test"/>
<classpathentry kind="src" path="Janeway/src"/>
<classpathentry kind="src" path="Janeway/test"/>
<classpathentry kind="src" path="Network/examples"/>
<classpathentry kind="src" path="Network/src"/>
<classpathentry kind="src" path="Network/test"/>
<classpathentry kind="src" path="PostBoard/src"/>
<classpathentry kind="src" path="RequirementManager/src"/>
<classpathentry kind="src" path="RequirementManager/test"/>
<classpathentry kind="lib" path="Core/WPISuite/gson/gson-2.2.2-javadoc.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/gson/gson-2.2.2-sources.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/commons-codec-1.7.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/db4o-8.0.249.16098-all-java5.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/DefectTracker.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/gson-2.2.2.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/httpclient-4.2.2.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/httpcore-4.2.2.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/jackson-annotations-2.1.1.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/jackson-core-2.1.2.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/jackson-databind-2.1.0.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/PostBoard.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/RequirementManager.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="Core/WPISuite/WebContent/WEB-INF/lib/WPISuite-Interfaces.jar"/>
<classpathentry kind="lib" path="Janeway/lib/gnujaxp.jar"/>
<classpathentry kind="lib" path="Janeway/lib/iText-2.1.5.jar"/>
<classpathentry kind="lib" path="Janeway/lib/jcommon-1.0.17.jar"/>
<classpathentry kind="lib" path="Janeway/lib/jfreechart-1.0.14.jar"/>
<classpathentry kind="lib" path="Janeway/lib/miglayout-4.0-swing.jar"/>
<classpathentry kind="lib" path="Janeway/lib/swingx-all-1.6.4.jar"/>
<classpathentry kind="lib" path="Janeway/modules/DefectTracker.jar"/>
<classpathentry kind="lib" path="Janeway/modules/PostBoard.jar"/>
<classpathentry kind="lib" path="Janeway/modules/RequirementManager.jar"/>
<classpathentry kind="lib" path="junit-4.8.2.jar"/>
<classpathentry kind="lib" path="Network/Libraries/simple-5.0.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/Janeway"/>
<classpathentry combineaccessrules="false" kind="src" path="/Network"/>
<classpathentry combineaccessrules="false" kind="src" path="/WPISuite-Interfaces"/>
<classpathentry kind="output" path="RequirementManager/build"/>
</classpath>