forked from one2team/highcharts-serverside-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
39 lines (39 loc) · 2.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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/batik-anim.jar"/>
<classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
<classpathentry kind="lib" path="lib/batik-bridge.jar"/>
<classpathentry kind="lib" path="lib/batik-codec.jar"/>
<classpathentry kind="lib" path="lib/batik-css.jar"/>
<classpathentry kind="lib" path="lib/batik-dom.jar"/>
<classpathentry kind="lib" path="lib/batik-ext.jar"/>
<classpathentry kind="lib" path="lib/batik-extension.jar"/>
<classpathentry kind="lib" path="lib/batik-gui-util.jar"/>
<classpathentry kind="lib" path="lib/batik-gvt.jar"/>
<classpathentry kind="lib" path="lib/batik-parser.jar"/>
<classpathentry kind="lib" path="lib/batik-rasterizer.jar"/>
<classpathentry kind="lib" path="lib/batik-script.jar"/>
<classpathentry kind="lib" path="lib/batik-squiggle.jar"/>
<classpathentry kind="lib" path="lib/batik-svg-dom.jar"/>
<classpathentry kind="lib" path="lib/batik-svggen.jar"/>
<classpathentry kind="lib" path="lib/batik-svgpp.jar"/>
<classpathentry kind="lib" path="lib/batik-transcoder.jar"/>
<classpathentry kind="lib" path="lib/batik-util.jar"/>
<classpathentry kind="lib" path="lib/batik-xml.jar"/>
<classpathentry kind="lib" path="lib/batik.jar"/>
<classpathentry kind="lib" path="lib/gson-1.4.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-ext.jar"/>
<classpathentry kind="lib" path="lib/rhino-1.7R2.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.0.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.0.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>