-
Notifications
You must be signed in to change notification settings - Fork 5
/
.classpath
40 lines (40 loc) · 2.56 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/core/main"/>
<classpathentry kind="src" path="src/core/tests"/>
<classpathentry kind="src" path="src/swing/main"/>
<classpathentry kind="src" path="src/swing/tests"/>
<classpathentry kind="src" path="src/web/main"/>
<classpathentry kind="src" path="src/web/tests"/>
<classpathentry kind="src" path="calculator-example/src"/>
<classpathentry kind="src" path="calculator-example/end-to-end-tests"/>
<classpathentry kind="src" path="tools/src/main"/>
<classpathentry kind="lib" path="lib/hamcrest/hamcrest-all-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/junit/junit-4.4.jar" sourcepath="lib/junit/junit-4.4-src.jar"/>
<classpathentry kind="lib" path="lib/webdriver/json-20080701.jar"/>
<classpathentry kind="lib" path="tools/apache-ant-1.7.0/lib/ant.jar"/>
<classpathentry kind="lib" path="tools/apache-ant-1.7.0/lib/ant-junit.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jmock/jmock-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/jmock/jmock-junit4-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/jna/jna-3.2.5.jar"/>
<classpathentry kind="lib" path="lib/webdriver/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/webdriver/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/webdriver/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/webdriver/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/webdriver/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/webdriver/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/webdriver/cssparser-0.9.5.jar"/>
<classpathentry kind="lib" path="lib/webdriver/google-collect-1.0.jar"/>
<classpathentry kind="lib" path="lib/webdriver/htmlunit-2.7.jar"/>
<classpathentry kind="lib" path="lib/webdriver/htmlunit-core-js-2.7.jar"/>
<classpathentry kind="lib" path="lib/webdriver/jna.jar"/>
<classpathentry kind="lib" path="lib/webdriver/nekohtml-1.9.14.jar"/>
<classpathentry kind="lib" path="lib/webdriver/sac-1.3.jar"/>
<classpathentry kind="lib" path="lib/webdriver/selenium-java-2.0a4.jar" sourcepath="lib/webdriver/selenium-java-src-2.0a4.jar"/>
<classpathentry kind="lib" path="lib/webdriver/serializer-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/webdriver/xalan-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/webdriver/xercesImpl-2.9.1.jar"/>
<classpathentry kind="lib" path="lib/webdriver/xml-apis-1.3.04.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>