forked from stathissideris/ditaa
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
24 lines (24 loc) · 1.24 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/batik-bridge.jar"/>
<classpathentry kind="lib" path="lib/batik-css.jar"/>
<classpathentry kind="lib" path="lib/batik-gvt.jar"/>
<classpathentry kind="lib" path="lib/batik-parser.jar"/>
<classpathentry kind="lib" path="lib/batik-script.jar"/>
<classpathentry kind="lib" path="lib/batik-svg-dom.jar"/>
<classpathentry kind="lib" path="lib/batik-svggen.jar"/>
<classpathentry kind="lib" path="lib/batik-util.jar"/>
<classpathentry kind="lib" path="lib/batik-xml.jar"/>
<classpathentry kind="lib" path="lib/js.jar"/>
<classpathentry kind="lib" path="lib/xerces_2_5_0.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/batik-ext.jar"/>
<classpathentry kind="lib" path="lib/batik-dom.jar"/>
<classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/jericho-html-3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>