-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
30 lines (30 loc) · 1.83 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="experiment"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="functional_test"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="lib/testng-6.5.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/json-20100208.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/guava-r07.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-codec-1.5.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpcore-4.1.3.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jena-arq-2.9.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jena-core-2.7.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-log4j12-1.6.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xercesImpl-2.10.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jena-iri-0.9.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xml-apis-1.4.01.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang3-3.1.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>