forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
52 lines (52 loc) · 3.09 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
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/orange-extensions-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/bcmail-jdk15on-152.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15on-152.jar"/>
<classpathentry kind="lib" path="lib/bcpkix-jdk15on-152.jar"/>
<classpathentry kind="lib" path="lib/BrowserLauncher2-1_3.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.8.3.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-configuration-1.9.jar"/>
<classpathentry kind="lib" path="lib/commons-csv-1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-api-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/diffutils-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/ezmorph-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/harlib-jackson-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/hsqldb.jar"/>
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.23.jar"/>
<classpathentry kind="lib" path="lib/jdom.jar"/>
<classpathentry kind="lib" path="lib/jericho-html-3.1.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/jfxrt.jar"/>
<classpathentry kind="lib" path="lib/jgrapht-core-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/jh.jar"/>
<classpathentry kind="lib" path="lib/json-lib-2.4-jdk15.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.8.jar"/>
<classpathentry kind="lib" path="lib/swingx-all-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/xom-1.2.10.jar"/>
<classpathentry kind="lib" path="testlib/cglib-nodep-2.2.jar"/>
<classpathentry kind="lib" path="testlib/hamcrest-all-1.3.jar"/>
<classpathentry kind="lib" path="testlib/javassist-3.18.2-GA.jar"/>
<classpathentry kind="lib" path="testlib/junit-dep-4.11.jar"/>
<classpathentry kind="lib" path="testlib/mockito-all-1.10.8.jar"/>
<classpathentry kind="lib" path="testlib/objenesis-1.2.jar"/>
<classpathentry kind="lib" path="testlib/powermock-mockito-release-full-1.5.6-full.jar"/>
<classpathentry kind="lib" path="testlib/simple-5.0.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.8.11.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/>
<classpathentry kind="lib" path="lib/ice4j-1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>