-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
41 lines (41 loc) · 1.93 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src_cdi"/>
<classpathentry kind="src" path="src_graphml"/>
<classpathentry kind="src" path="src_diff"/>
<classpathentry kind="src" path="src_xtra"/>
<classpathentry kind="src" path="src_run"/>
<classpathentry kind="src" path="src_pivot"/>
<classpathentry kind="src" path="src_anttasks"/>
<classpathentry kind="src" output="bin/test" path="src_test"/>
<classpathentry kind="src" path="src_utilities"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<!--
<attributes>
<attribute name="module" value="true"/>
</attributes>
-->
</classpathentry>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=sqldump&ivyXmlPath=ivy.xml&confs=*"/>
<!--
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/junit-4.13.jar"/>
<classpathentry kind="lib" path="lib/jakarta.xml.bind-api-2.3.2.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/poi-3.17.jar"/>
<classpathentry kind="lib" path="lib/poi-ooxml-3.17.jar"/>
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.17.jar"/>
<classpathentry kind="lib" path="lib/ant-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.4.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/diffutils-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/kmlutils-0.5.6.jar"/>
<classpathentry kind="lib" path="lib/jettison-1.3.8.jar"/>
<classpathentry kind="lib" path="lib/cdi-api-2.0.jar"/>
<classpathentry kind="lib" path="lib/javax.inject-1.jar"/>
<classpathentry kind="lib" path="lib/h2-2.1.214.jar"/>
-->
<classpathentry kind="output" path="bin/main"/>
</classpath>