-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
20 lines (20 loc) · 1.2 KB
/
.classpath
File metadata and controls
20 lines (20 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry exported="true" kind="lib" path="lib/external.jar"/>
<classpathentry exported="true" kind="lib" path="lib/joda-time-2.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/AcmeTelecom/lib/joda-time-2.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hamcrest-library-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jmock-2.5.1.jar"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="lib" path="lib/fitnesse.jar"/>
<classpathentry kind="lib" path="F:/Documents/GitHub/AcmeTelecom/lib/fit/fitLibraryRunner-20070110-src.jar"/>
<classpathentry kind="lib" path="F:/Documents/GitHub/AcmeTelecom/lib/fit/fitlibraryRunner-20070110.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>