forked from castagna/GeoARQ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
33 lines (33 loc) · 3.58 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
31
32
33
<classpath>
<classpathentry kind="src" path="src/test/java" including="**/*.java"/>
<classpathentry kind="src" path="src/test/resources" excluding="**/*.java"/>
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
<classpathentry kind="output" path="target/classes-eclipse"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/arq/2.8.5/arq-2.8.5.jar" sourcepath="M2_REPO/com/hp/hpl/jena/arq/2.8.5/arq-2.8.5-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/arq/2.8.5/arq-2.8.5-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/arq/2.8.5/arq-2.8.5-test-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/arq/2.8.5/arq-2.8.5-tests.jar" sourcepath="M2_REPO/com/hp/hpl/jena/arq/2.8.5/arq-2.8.5-test-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar" sourcepath="M2_REPO/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8.jar" sourcepath="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8-sources.jar">
<attributes>
<attribute value="jar:file:/home/castagna/.m2/repository/com/hp/hpl/jena/iri/0.8/iri-0.8-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/jena/2.6.3/jena-2.6.3.jar" sourcepath="M2_REPO/com/hp/hpl/jena/jena/2.6.3/jena-2.6.3-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/jena/2.6.3/jena-2.6.3-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/jena/2.6.3/jena-2.6.3-test-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar" sourcepath="M2_REPO/junit/junit/4.8.2/junit-4.8.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16.jar" sourcepath="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-core/3.0.2/lucene-core-3.0.2.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-core/3.0.2/lucene-core-3.0.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-misc/3.0.2/lucene-misc-3.0.2.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-misc/3.0.2/lucene-misc-3.0.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-spatial/3.0.2/lucene-spatial-3.0.2.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-spatial/3.0.2/lucene-spatial-3.0.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
<classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/tdb/0.8.7/tdb-0.8.7.jar" sourcepath="M2_REPO/com/hp/hpl/jena/tdb/0.8.7/tdb-0.8.7-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar" sourcepath="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
</classpath>