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>
|
23
|
15 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/TripleStoreManager"/>
|
|
16 <classpathentry kind="output" path="target/classes"/>
|
0
|
17 </classpath>
|