This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.classpath
28 lines (28 loc) · 1.55 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="plugin/src"/>
<classpathentry kind="src" path="versioning/src"/>
<classpathentry kind="src" path="versioning/cli"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry kind="src" path="versioning/test"/>
<classpathentry kind="src" path="servlet/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/libSBOLj.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/openrdf-sesame-2.6.9-onejar.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.0.jar"/>
<classpathentry kind="lib" path="lib/simpleeventbus-1.2.jar"/>
<classpathentry kind="lib" path="versioning/lib/airline-0.5.jar"/>
<classpathentry kind="lib" path="versioning/lib/javax.inject-1.jar"/>
<classpathentry kind="lib" path="versioning/lib/jgraphx.jar"/>
<classpathentry kind="lib" path="servlet/lib/servlet.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/GeneiousFiles"/>
<classpathentry kind="lib" path="/GeneiousFiles/lib/guava-r09.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>