forked from jonalv/cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
40 lines (40 loc) · 2.87 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
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/main"/>
<classpathentry excluding="**/*.class|**/*.java" including="*.javafiles" kind="src" path="build"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry exported="true" kind="lib" path="jar/jgrapht-0.6.0.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/jniinchi-0.7.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/vecmath1.2-1.14.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/xom-1.1.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/jama-1.0.2.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/commons-cli-1.0.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/xml-apis.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/xpp3-1.1.4c.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/log4j.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/xercesImpl-2.9.0.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="develjar/com-sun-javadoc.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="develjar/com-sun-tools-doclets-Taglet.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry kind="lib" path="jar/cmlxom-2.5-b1.jar"/>
<classpathentry kind="lib" path="develjar/ojdcheck.jar"/>
<classpathentry kind="lib" path="develjar/groovy.jar"/>
<classpathentry kind="lib" path="develjar/antlr.jar"/>
<classpathentry kind="lib" path="jar/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="jar/guava-14.0.1.jar"/>
<classpathentry kind="lib" path="develjar/hamcrest-all-1.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="jar/signatures-1.1.jar"/>
<classpathentry kind="lib" path="jar/jena/jena.jar"/>
<classpathentry kind="lib" path="jar/jena/slf4j-simple-1.5.0.jar"/>
<classpathentry kind="lib" path="jar/jena/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="jar/jena/slf4j-api-1.5.6.jar"/>
<classpathentry kind="lib" path="jar/jena/iri.jar"/>
<classpathentry kind="lib" path="jar/jena/icu4j_3_4.jar"/>
<classpathentry kind="lib" path="develjar/asm-3.2.jar"/>
<classpathentry kind="lib" path="develjar/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="develjar/junit-4.11.jar"/>
<classpathentry kind="lib" path="jar/beam-core-0.3-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="jar/beam-func-0.3-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>