forked from mebigfatguy/fb-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·43 lines (43 loc) · 3.12 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/*.*" kind="src" path="etc"/>
<classpathentry kind="src" output="target/classes/samples" path="src/samples/java"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" output="target/classes/test" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/backport-util-concurrent-3.1.jar" sourcepath="/home/dave/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1-sources.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar" sourcepath="lib/sources/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet.jsp-api-2.3.1.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/javax.persistence-2.1.1.jar" sourcepath="/home/dave/.m2/repository/org/eclipse/persistence/javax.persistence/2.1.1/javax.persistence-2.1.1-sources.jar"/>
<classpathentry kind="lib" path="lib/threetenbp-1.3.2.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.2.jar" sourcepath="lib/sources/commons-collections-3.2.2-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.4.jar" sourcepath="lib/sources/commons-lang3-3.4-sources.jar"/>
<classpathentry kind="lib" path="lib/guava-19.0.jar" sourcepath="lib/sources/guava-19.0-sources.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.21.jar"/>
<classpathentry kind="lib" path="lib/spring-beans-4.3.3.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-context-4.3.3.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-tx-4.3.3.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/jena-shaded-guava-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/testng-6.9.10.jar"/>
<classpathentry kind="lib" path="lib/jcommander-1.48.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar" sourcepath="lib/sources/commons-io-2.4-sources.jar"/>
<classpathentry kind="lib" path="lib/jersey-media-multipart-2.25.1.jar"/>
<classpathentry kind="lib" path="lib/javax.ws.rs-api-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.9.1.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="lib/spotbugs-3.1.0-RC3.jar"/>
<classpathentry kind="lib" path="lib/mockito-core-2.23.4.jar"/>
<classpathentry kind="lib" path="lib/spotbugs-ant-3.1.0-RC3.jar"/>
<classpathentry kind="lib" path="lib/bcel-6.1.jar"/>
<classpathentry kind="lib" path="lib/asm-6.0.jar"/>
<classpathentry kind="lib" path="lib/asm-tree-6.0.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/jsr305-3.0.2.jar"/>
<classpathentry kind="output" path="target/classes/main"/>
</classpath>