-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
23 lines (23 loc) · 1.39 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
<?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="libs/asm-4.0.jar"/>
<classpathentry kind="lib" path="libs/jsch-0.1.50.jar"/>
<classpathentry kind="lib" path="libs/velocity-1.7-dep.jar"/>
<classpathentry kind="lib" path="libs/org.eclipse.jgit-3.0.0.201306101825-r.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.5.jar"/>
<classpathentry kind="lib" path="libs/commons-codec-1.7.jar"/>
<classpathentry kind="lib" path="libs/aws/aws-java-sdk-1.5.6.jar" sourcepath="/Users/tito/Downloads/aws-java-sdk-1.5.6/lib/aws-java-sdk-1.5.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/tito/Downloads/aws-java-sdk-1.5.6/lib/aws-java-sdk-1.5.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/aws/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="libs/aws/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/aws/httpclient-4.2.3.jar"/>
<classpathentry kind="lib" path="libs/aws/httpcore-4.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="compiled"/>
</classpath>