-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
25 lines (25 loc) · 1.25 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/stax2-api-3.1.1.jar"/>
<classpathentry kind="lib" path="lib/enterutils.jar" sourcepath="/EnterUtilities/src"/>
<classpathentry kind="lib" path="lib/zip64.jar" sourcepath="/Zip64File/src"/>
<classpathentry kind="lib" path="lib/sqlparser.jar"/>
<classpathentry kind="lib" path="lib/woodstox-msv-rng-datatype-20020414.jar"/>
<classpathentry kind="lib" path="lib/woodstox-core-lgpl-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/xsdlib-2010.1.jar"/>
<classpathentry kind="lib" path="lib/msv-core-2010.2.jar"/>
<classpathentry kind="lib" path="lib/jaxb-api.jar"/>
<classpathentry kind="lib" path="lib/jaxb-core.jar"/>
<classpathentry kind="lib" path="lib/jaxb-impl.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/antlr-runtime-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/activation-1.1.1.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>