-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
28 lines (28 loc) · 1.71 KB
/
.classpath
File metadata and controls
28 lines (28 loc) · 1.71 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="core/src"/>
<classpathentry kind="src" path="core/test"/>
<classpathentry kind="src" path="cphelp/src"/>
<classpathentry kind="src" path="tools/src"/>
<classpathentry kind="src" path="addons/svgrender/src"/>
<classpathentry kind="src" path="addons/htmlpack/src"/>
<classpathentry kind="src" path="addons/htmlpack/test"/>
<classpathentry kind="lib" path="lib/core/js-1.7R2.jar" sourcepath="/Users/stella/Downloads/rhino1_7R2/src"/>
<classpathentry kind="lib" path="lib/core/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/core/slf4j-jdk14-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-server-7.2.2.v20101205.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-util-7.2.2.v20101205.jar"/>
<classpathentry kind="lib" path="lib/jetty/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-http-7.2.2.v20101205.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-io-7.2.2.v20101205.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-continuation-7.2.2.v20101205.jar"/>
<classpathentry kind="lib" path="lib/core/commons-lang3-3.0-beta.jar"/>
<classpathentry kind="lib" path="lib/core/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/ant/ant.jar"/>
<classpathentry kind="lib" path="lib/core/jopt-simple-3.2.jar"/>
<classpathentry kind="lib" path="addons/svgrender/lib/svgSalamander.jar"/>
<classpathentry kind="lib" path="addons/htmlpack/lib/htmlcleaner-2.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>