forked from apavlo/h-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
51 lines (51 loc) · 3.92 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
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/frontend"/>
<classpathentry kind="src" path="src/hsqldb19b3"/>
<classpathentry kind="src" path="src/protorpc"/>
<classpathentry kind="src" path="src/benchmarks"/>
<classpathentry kind="src" path="tests/frontend"/>
<classpathentry kind="src" path="tests/hsqldb"/>
<classpathentry kind="src" path="third_party/cpp/protobuf/java/src/main/java"/>
<classpathentry kind="src" path="third_party/java/src"/>
<classpathentry kind="lib" path="third_party/java/jars/ant_doxygen.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/ant-contrib.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/ant-junit.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/ant-testability-explorer.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/ant.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/commons-codec-1.5.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/commons-collections15-4.01.jar" sourcepath="SourceJars/collections-generic-4.01-sources.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/commons-pool-1.5.5.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/emma.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/japex.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jcommon-1.0.16.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jfreechart-1.0.13.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jung-algorithms-2.0.jar" sourcepath="SourceJars/jung-source/jung-algorithms-2.0-sources.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jung-api-2.0.jar" sourcepath="SourceJars/jung-source/jung-api-2.0-sources.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jung-graph-impl-2.0.jar" sourcepath="SourceJars/jung-source/jung-graph-impl-2.0-sources.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jung-visualization-2.0.jar" sourcepath="SourceJars/jung-source/jung-visualization-2.0-sources.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/junit-4.4.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/log4j-1.2.15.jar" sourcepath="SourceJars/log4j-1.2.15-sources.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/pmd-4.2.5.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/testability-explorer.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/tools.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/velocity-1.6.3-dep.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/velocity-1.6.3.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/weka-3.6.3.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jsr305.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="third_party/java/jars/snappy-1.0.4.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/mysql-connector-java-5.1.18-bin.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/gdata-client-1.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/gdata-client-meta-1.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/gdata-core-1.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/gdata-media-1.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/mail.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/google-oauth-client-1.8.0-beta.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/jline-1.0.jar"/>
<classpathentry kind="output" path="obj/eclipse"/>
</classpath>