-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
59 lines (59 loc) · 3.67 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
53
54
55
56
57
58
59
<?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"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/simple-xml-2.3.3.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jdom.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jxl.jar"/>
<classpathentry kind="lib" path="lib/apache-mime4j-0.6.jar"/>
<classpathentry kind="lib" path="lib/bsh-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.0.1.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-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/cssparser-0.9.5.jar"/>
<classpathentry kind="lib" path="lib/guava-10.0.1.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-all-1.1.jar"/>
<classpathentry kind="lib" path="lib/htmlunit-2.9.jar"/>
<classpathentry kind="lib" path="lib/htmlunit-core-js-2.9.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.3.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/jcommander-1.13.jar"/>
<classpathentry kind="lib" path="lib/jna-3.3.0.jar"/>
<classpathentry kind="lib" path="lib/json-20080701.jar"/>
<classpathentry kind="lib" path="lib/junit-dep-4.10.jar"/>
<classpathentry kind="lib" path="lib/nekohtml-1.9.15.jar"/>
<classpathentry kind="lib" path="lib/operadriver-v0.7.3.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/sac-1.3.jar"/>
<classpathentry kind="lib" path="lib/serializer-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/testng-6.0.1-nobsh-noguice.jar"/>
<classpathentry kind="lib" path="lib/xalan-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl-2.9.1.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-1.3.04.jar"/>
<classpathentry kind="lib" path="lib/selenium-java-2.20.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/consoleImpl.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/profilerImpl.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-2.0.1.jar"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/auth.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/baseViewerImpl.jar"/>
<classpathentry kind="var" path="GAE_SDK/lib/impl/appengine-api-labs.jar"/>
<classpathentry kind="var" path="GAE_SDK/lib/impl/appengine-api-stubs.jar"/>
<classpathentry kind="var" path="GAE_SDK/lib/impl/appengine-api.jar"/>
<classpathentry kind="var" path="GAE_SDK/lib/impl/appengine-local-runtime.jar"/>
<classpathentry kind="var" path="GAE_SDK/lib/testing/appengine-testing.jar"/>
<classpathentry kind="var" path="GAE_SDK"/>
<classpathentry kind="lib" path="lib/httpunit.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jericho-html-3.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/objectify-3.1.jar"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>