forked from zaproxy/zap-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
42 lines (42 loc) · 2.54 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="org/zaproxy/zap/extension/*/files/" kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<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-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/crawljax-core-3.7.jar"/>
<classpathentry kind="lib" path="lib/diffutils-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/fuzz-beta-4.zap"/>
<classpathentry kind="lib" path="lib/guice-3.0.jar"/>
<classpathentry kind="lib" path="lib/hsqldb-2.3.3.jar"/>
<classpathentry kind="lib" path="lib/javax.inject-1.jar"/>
<classpathentry kind="lib" path="lib/jdom.jar"/>
<classpathentry kind="lib" path="lib/jericho-html-3.1.jar"/>
<classpathentry kind="lib" path="lib/json-lib-2.4-jdk15.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/odfdom-java-0.8.8-incubating.jar"/>
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.8.jar"/>
<classpathentry kind="lib" path="lib/simple-odf-0.7-incubating.jar"/>
<classpathentry kind="lib" path="lib/swingx-all-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/xslt-runner-1.2.1-incubating.jar"/>
<classpathentry kind="lib" path="lib/xslt-runner-task-1.2.1-incubating.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.16.1-GA.jar"/>
<classpathentry kind="lib" path="testlib/junit-dep-4.11.jar"/>
<classpathentry kind="lib" path="testlib/mockito-all-1.9.0.jar"/>
<classpathentry kind="lib" path="testlib/objenesis-1.2.jar"/>
<classpathentry kind="lib" path="testlib/powermock-mockito-1.4.12-full.jar"/>
<classpathentry kind="lib" path="testlib/simple-5.0.2.jar"/>
<classpathentry kind="lib" path="testlib/nanohttpd-webserver-2.1.1-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="lib/plugnhack-beta-10.zap"/>
<classpathentry kind="lib" path="lib/selenium-server-standalone-3.7.1.jar"/>
<classpathentry kind="lib" path="lib/zap-2.7.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>