-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path.classpath
22 lines (22 loc) · 1.18 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="examples/simple"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/operalaunchers-1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-exec-1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib/json-20080701.jar"/>
<classpathentry kind="lib" path="lib/ini4j-0.5.2.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/guava-13.0.1.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5-6.1.9.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/netty-3.2.7.Final.jar"/>
<classpathentry kind="lib" path="lib/webbit-0.4.8-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/selenium-java-2.25.0-20120827.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>