0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <classpath>
|
23
|
3 <classpathentry kind="src" output="target/classes" path="src/main/java"/>
|
|
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
5 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
5
|
6 <attributes>
|
17
|
7 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
5
|
8 </attributes>
|
|
9 </classpathentry>
|
9
|
10 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
|
|
11 <attributes>
|
|
12 <attribute name="owner.project.facets" value="jst.web"/>
|
|
13 </attributes>
|
|
14 </classpathentry>
|
24
|
15 <classpathentry kind="lib" path="libs/TripleStoreManager.jar">
|
|
16 <attributes>
|
|
17 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
18 </attributes>
|
|
19 </classpathentry>
|
|
20 <classpathentry kind="lib" path="libs/jena.jar">
|
|
21 <attributes>
|
|
22 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
23 </attributes>
|
|
24 </classpathentry>
|
|
25 <classpathentry kind="lib" path="libs/openrdf-sesame-2.3.2-onejar.jar">
|
|
26 <attributes>
|
|
27 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
28 </attributes>
|
|
29 </classpathentry>
|
|
30 <classpathentry kind="lib" path="libs/protege-owl.jar">
|
|
31 <attributes>
|
|
32 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
33 </attributes>
|
|
34 </classpathentry>
|
|
35 <classpathentry kind="lib" path="libs/protege.jar">
|
|
36 <attributes>
|
|
37 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
38 </attributes>
|
|
39 </classpathentry>
|
|
40 <classpathentry kind="lib" path="libs/virt_sesame2.jar">
|
|
41 <attributes>
|
|
42 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
43 </attributes>
|
|
44 </classpathentry>
|
|
45 <classpathentry kind="lib" path="libs/virtjdbc3.jar">
|
|
46 <attributes>
|
|
47 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
48 </attributes>
|
|
49 </classpathentry>
|
|
50 <classpathentry kind="lib" path="libs/virtjdbc4.jar">
|
|
51 <attributes>
|
|
52 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
53 </attributes>
|
|
54 </classpathentry>
|
23
|
55 <classpathentry kind="output" path="target/classes"/>
|
0
|
56 </classpath>
|