forked from codefollower/H2-Research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
15 lines (15 loc) · 837 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="h2/src/main"/>
<classpathentry kind="src" path="my-test"/>
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.4.0.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/tools.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE1.7"/>
<classpathentry kind="lib" path="lib/org.osgi.enterprise-4.2.0.jar"/>
<classpathentry kind="lib" path="lib/org.osgi.core-4.2.0.jar"/>
<classpathentry kind="lib" path="lib/jts-1.13.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>