-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy path.classpath
55 lines (55 loc) · 3.06 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="lib" path="lib/ant-googlecode.jar"/>
<classpathentry kind="lib" path="lib/ant-launcher.jar"/>
<classpathentry kind="lib" path="lib/ant-nodeps.jar"/>
<classpathentry kind="lib" path="lib/ant-trax.jar"/>
<classpathentry kind="lib" path="lib/ant.jar"/>
<classpathentry kind="lib" path="lib/doccheck.jar"/>
<classpathentry kind="lib" path="lib/isorelax.jar"/>
<classpathentry kind="lib" path="lib/javacc.jar"/>
<classpathentry kind="lib" path="lib/resolver.jar"/>
<classpathentry kind="lib" path="lib/saxon9.jar"/>
<classpathentry kind="lib" path="lib/serializer.jar"/>
<classpathentry kind="lib" path="lib/testng.jar"/>
<classpathentry kind="lib" path="lib/xalan.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="src" path="mod/catalog/src/main"/>
<classpathentry kind="src" path="mod/convert-from-dtd/src/main"/>
<classpathentry kind="src" path="mod/convert-from-xml/src/main"/>
<classpathentry kind="src" path="mod/convert-to-dtd/src/main"/>
<classpathentry kind="src" path="mod/convert-to-xsd/src/main"/>
<classpathentry kind="src" path="mod/datatype/src/main"/>
<classpathentry kind="src" path="mod/dtd-parse/src/main"/>
<classpathentry kind="src" path="mod/dtdinst/src/main"/>
<classpathentry kind="src" path="mod/dtdinst/src/test"/>
<classpathentry kind="src" path="mod/infer/src/main"/>
<classpathentry kind="src" path="mod/jaxp/src/main"/>
<classpathentry kind="src" path="mod/nvdl/src/main"/>
<classpathentry kind="src" path="mod/pattern/src/main"/>
<classpathentry kind="src" path="mod/picl/src/main"/>
<classpathentry kind="src" path="mod/regex-gen/src/main"/>
<classpathentry kind="src" path="mod/regex/src/main"/>
<classpathentry kind="src" path="mod/regex/src/test"/>
<classpathentry kind="src" path="mod/resolver/src/main"/>
<classpathentry kind="src" path="mod/rng-jarv/src/main"/>
<classpathentry kind="src" path="mod/rng-jaxp/src/main"/>
<classpathentry kind="src" path="mod/rng-parse/src/main"/>
<classpathentry kind="src" path="mod/rng-schema/src/main"/>
<classpathentry kind="src" path="mod/rng-validate/src/main"/>
<classpathentry kind="src" path="mod/schematron/src/main"/>
<classpathentry kind="src" path="mod/trang/src/main"/>
<classpathentry kind="src" path="mod/util/src/main"/>
<classpathentry kind="src" path="mod/util/src/test"/>
<classpathentry kind="src" path="mod/validate/src/main"/>
<classpathentry kind="src" path="mod/xerces/src/main"/>
<classpathentry kind="src" path="mod/xsd-datatype/src/main"/>
<classpathentry kind="src" path="mod/xsd-datatype/src/test"/>
<classpathentry kind="src" path="mod/catalog/src/test"/>
<classpathentry kind="src" path="mod/infer/src/test"/>
<classpathentry kind="src" path="mod/pattern/src/test"/>
<classpathentry kind="src" path="mod/rng-jaxp/src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="bin"/>
</classpath>