forked from cygri/pubby
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
20 lines (20 loc) · 1.19 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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="webapp/WEB-INF/lib/velocity-dep-1.4.jar"/>
<classpathentry kind="lib" path="jetty/javax.servlet.jar"/>
<classpathentry kind="lib" path="jetty/org.mortbay.jetty.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/arq-2.8.7.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/icu4j-3.4.4.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/iri-0.8.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/jena-2.6.4.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/xercesImpl-2.7.1.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/junit-4.5.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/stax-api-1.0.1.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/wstx-asl-3.2.9.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/slf4j-api-1.5.8.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/slf4j-jdk14-1.6.1.jar"/>
<classpathentry kind="output" path="webapp/WEB-INF/classes"/>
</classpath>