forked from OpenRefine/simile-butterfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
32 lines (32 loc) · 2.18 KB
/
Copy path.classpath
File metadata and controls
32 lines (32 loc) · 2.18 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
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="main/src"/>
<classpathentry kind="src" path="main/tests/src"/>
<classpathentry kind="src" path="modules/samples/extended-examples/MOD-INF/src"/>
<classpathentry kind="src" path="server/src"/>
<classpathentry kind="lib" path="main/tests/lib/mockito-all-1.8.4.jar"/>
<classpathentry kind="lib" path="main/tests/lib/testng-5.12.1.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/commons-collections-3.2.1-sources.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/commons-io-1.4-sources.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/commons-lang-2.5-sources.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/rhino-1.7R2-sources.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/commons-lang-2.5.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/rhino-1.7R2.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/slf4j-api-1.5.6.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/slf4j-log4j12-1.5.6.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/tracer-1.0.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/velocity-1.6.3.jar"/>
<classpathentry kind="lib" path="main/webapp/WEB-INF/lib/lessen-trunk-r8.jar"/>
<classpathentry kind="lib" path="server/lib/jetty-6.1.22.jar"/>
<classpathentry kind="lib" path="server/lib/jetty-util-6.1.22.jar"/>
<classpathentry kind="lib" path="server/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="server/lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="server/lib/slf4j-api-1.5.6.jar"/>
<classpathentry kind="lib" path="server/lib/slf4j-log4j12-1.5.6.jar"/>
<classpathentry kind="lib" path="server/lib/tracer-1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="server/classes"/>
</classpath>