-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
15 lines (15 loc) · 1.06 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/svnkit.jar" sourcepath="lib/src/org.tmatesoft.svn_1.3.2.src.zip"/>
<classpathentry kind="lib" path="lib/apache/httpclient/httpclient-4.0.1.jar" sourcepath="lib/src/httpcomponents-client-4.0.1-src.zip"/>
<classpathentry kind="lib" path="lib/apache/httpclient/httpcore-4.0.1.jar" sourcepath="lib/src/httpcomponents-core-4.0.1-src.zip"/>
<classpathentry kind="lib" path="lib/apache/httpclient/httpmime-4.0.1.jar"/>
<classpathentry kind="lib" path="lib/apache/apache-mime4j-0.6.jar"/>
<classpathentry kind="lib" path="lib/apache/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/apache/commons-logging-1.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>