forked from tntim96/JSCover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
34 lines (34 loc) · 2.26 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="src" path="src/test-integration/java"/>
<classpathentry kind="src" path="src/test-integration/resources"/>
<classpathentry kind="src" path="src/test-acceptance/java"/>
<classpathentry kind="src" path="src/test-acceptance/resources"/>
<classpathentry kind="lib" path="lib/buildtime/hamcrest-all-1.3.0RC2.jar"/>
<classpathentry kind="lib" path="lib/buildtime/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="lib/runtime/js.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/xml-apis-1.3.04.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/commons-io-2.2.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/cssparser-0.9.7.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/htmlunit-2.10.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/htmlunit-core-js-2.10.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/httpclient-4.2.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/httpcore-4.2.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/httpmime-4.2.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/nekohtml-1.9.16.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/sac-1.3.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/serializer-2.7.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/xalan-2.7.1.jar"/>
<classpathentry kind="lib" path="../htmlunit-2.10/lib/xercesImpl-2.9.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>