-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.classpath
17 lines (17 loc) · 1.16 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/xerces-2_11_0-xml-schema-1.1-beta/cupv10k-runtime.jar"/>
<classpathentry kind="lib" path="lib/xerces-2_11_0-xml-schema-1.1-beta/icu4j.jar"/>
<classpathentry kind="lib" path="lib/xerces-2_11_0-xml-schema-1.1-beta/org.eclipse.wst.xml.xpath2.processor_1.1.0.jar"/>
<classpathentry kind="lib" path="lib/xerces-2_11_0-xml-schema-1.1-beta/resolver.jar"/>
<classpathentry kind="lib" path="lib/xerces-2_11_0-xml-schema-1.1-beta/serializer.jar"/>
<classpathentry kind="lib" path="lib/xerces-2_11_0-xml-schema-1.1-beta/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xerces-2_11_0-xml-schema-1.1-beta/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2/commons-lang3-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4/commons-io-2.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>