-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 916 Bytes
/
Copy path.classpath
File metadata and controls
16 lines (16 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="src/jars/TeachingKidsProgramming.jar"/>
<classpathentry kind="lib" path="src/jars/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="src/jars/httpclient-4.3.5.jar"/>
<classpathentry kind="lib" path="src/jars/httpcore-4.4.1.jar"/>
<classpathentry kind="lib" path="src/jars/httpmime-4.4.1.jar"/>
<classpathentry kind="lib" path="src/jars/velocity-dep-1.4.jar"/>
<classpathentry kind="lib" path="src/jars/junit-4.13.jar"/>
<classpathentry kind="lib" path="src/jars/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="src/jars/javax.serverlet-api-3.1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>