-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
43 lines (43 loc) · 4.25 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
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/jcommander-1.33-SNAPSHOT.jar" sourcepath="/SparseGridSearch/lib/jcommander-1.33-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.annotation_2.0.0.v20131221-0104_beta_java8.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/junit-4.12.jar" sourcepath="lib_build_run_test/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="lib/bzip2.jar"/>
<classpathentry kind="lib" path="lib/snappy-java-1.0.3-rc3.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/logback-classic-1.1.3.jar" sourcepath="lib_build_run_test/logback-classic-1.1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/logback-core-1.1.3.jar" sourcepath="lib_build_run_test/logback-core-1.1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.7.jar" sourcepath="lib_build_run_test/slf4j-api-1.7.7-sources.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java-2.4.1_PATCHED.jar"/>
<classpathentry kind="lib" path="lib/trove.jar" sourcepath="lib_build_run_test/trove-150802233617_PATCHED_source.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/equalsverifier-1.7.6.jar" sourcepath="lib_build_run_test/equalsverifier-1.7.6-sources.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/jmockit-1.21.jar" sourcepath="lib_build_run_test/jmockit-1.21-sources.jar"/>
<classpathentry kind="lib" path="findbugs-3.0.1/lib/findbugs.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar" sourcepath="lib_build_run_test/commons-io-2.4-src.zip"/>
<classpathentry kind="lib" path="lib/jackson-core-2.7.0.jar" sourcepath="lib_build_run_test/jackson-core-2.7.0-sources.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.7.0.jar" sourcepath="lib_build_run_test/jackson-annotations-2.7.0-sources.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.7.0.jar" sourcepath="lib_build_run_test/jackson-databind-2.7.0-sources.jar"/>
<classpathentry kind="lib" path="lib/fst-2.43-onejar.jar" sourcepath="lib_build_run_test/jackson-core-2.7.0-sources.jar"/>
<classpathentry kind="lib" path="lib/rmiio-2.1.3-SNAPSHOT.jar" sourcepath="lib_build_run_test/rmiio-sources.zip"/>
<classpathentry kind="lib" path="lib_build_run_test/jmh-core-1.20-SNAPSHOT.jar" sourcepath="lib_build_run_test/jmh-core-1.20-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/jdo-api-3.1.jar" sourcepath="lib_build_run_test/jdo-api-3.1-sources.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/javax.persistence-2.2.0-m2-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/javax.jdo-3.2.0-m7-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/postgresql-9.4.1212.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/datanucleus-api-jdo-5.0.6-SNAPSHOT.jar" sourcepath="lib_build_run_test/datanucleus-api-jdo-5.0.6-SNAPSHOT-sources.tar.gz"/>
<classpathentry kind="lib" path="lib_build_run_test/datanucleus-core-5.0.7-SNAPSHOT.jar" sourcepath="lib_build_run_test/datanucleus-core-5.0.7-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/datanucleus-rdbms-5.0.6-SNAPSHOT.jar" sourcepath="lib_build_run_test/datanucleus-rdbms-5.0.6-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib_build_run_test/final_annotation.jar"/>
<classpathentry kind="lib" path="lib/eclipse-collections-8.2.0-SNAPSHOT.jar" sourcepath="lib_build_run_test/eclipse-collections-8.2.0-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib/eclipse-collections-api-8.2.0-SNAPSHOT.jar" sourcepath="lib_build_run_test/eclipse-collections-api-8.2.0-SNAPSHOT-sources.jar">
<attributes>
<attribute name="annotationpath" value="./nullness_annotations"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/xchart-3.3.1-SNAPSHOT.jar" sourcepath="lib_build_run_test/xchart-3.3.1-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib/xz-1.8.jar" sourcepath="lib_build_run_test/xz-java-1.8-sources.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>