-
Notifications
You must be signed in to change notification settings - Fork 467
/
template.classpath
39 lines (39 loc) · 2.2 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="tutorial/auction/procedures"/>
<classpathentry kind="src" path="tutorial/auction/src"/>
<classpathentry kind="src" path="tutorial/helloworld"/>
<classpathentry kind="src" path="examples/voltkv/src"/>
<classpathentry kind="src" path="examples/voltcache/src"/>
<classpathentry kind="src" path="examples/voter/src"/>
<classpathentry kind="src" path="src/frontend"/>
<classpathentry kind="src" path="src/hsqldb19b3"/>
<classpathentry kind="src" path="src/jetty716"/>
<classpathentry kind="src" path="tests/frontend"/>
<classpathentry kind="src" path="tests/hsqldb"/>
<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-junit.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/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="third_party/java/jars/japex.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/obj/release/nativelibs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-lang3-3.0.jar"/>
<classpathentry kind="lib" path="lib/jline-1.0.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-7.5.1.v20110908.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-7.5.1.v20110908.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-7.5.1.v20110908.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-7.5.1.v20110908.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-7.5.1.v20110908.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.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="output" path="obj/eclipse"/>
</classpath>