forked from pettermahlen/voltdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.classpath
63 lines (60 loc) · 3.82 KB
/
template.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
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/frontend"/>
<classpathentry kind="src" path="tests/frontend"/>
<classpathentry kind="src" path="tests/testprocs"/>
<classpathentry kind="src" path="tests/hsqldb"/>
<classpathentry kind="src" path="doc/tutorials/auction/procedures"/>
<classpathentry kind="src" path="doc/tutorials/auction/src"/>
<classpathentry kind="src" path="doc/tutorials/helloworld"/>
<classpathentry kind="src" path="examples/voltcache/src"/>
<classpathentry kind="src" path="examples/voltkv/src"/>
<classpathentry kind="src" path="examples/voter/src"/>
<classpathentry kind="src" path="tests/test_apps/adhocbenchmark/src"/>
<classpathentry kind="src" path="src/hsqldb19b3"/>
<classpathentry kind="src" path="third_party/java/src"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.0.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/jline-2.10.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/hamcrest-all-1.3.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/emma_ant.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/junit-dep-4.10.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="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-7.6.1.v20120215.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-7.6.1.v20120215.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-7.6.1.v20120215.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-7.6.1.v20120215.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-7.6.1.v20120215.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-nop-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/snappy-java-1.1.0.1.jar"/>
<classpathentry kind="lib" path="lib/zmq-2.1.11.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.51.jar"/>
<classpathentry kind="lib" path="lib/super-csv-2.1.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/mockito-core-1.9.5.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/objenesis-2.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/make-it-easy-3.1.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/javaee-api-6.0.jar"/>
<classpathentry kind="lib" path="lib/groovy-all-2.1.7-indy.jar"/>
<classpathentry kind="lib" path="lib/kafka_2.8.0-0.8.1.jar"/>
<classpathentry kind="lib" path="lib/metrics-core-2.2.0.jar"/>
<classpathentry kind="lib" path="lib/scala-library.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="voltdb/voltdb"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="obj/eclipse"/>
</classpath>