File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ exist.dir=../exist/
3
3
4
4
# Extension details
5
5
module.name =jfreechart
6
- module.version =0.2
6
+ module.version =0.3
7
7
module.title =JFreeChart
8
8
9
9
# Build instructions
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<package xmlns =" http://exist-db.org/ns/expath-pkg" >
3
3
<
jar >exist-jfreechart-@
[email protected] </
jar >
4
- <jar >batik-anim-1.7.jar</jar >
5
4
<jar >batik-awt-util-1.7.jar</jar >
6
- <jar >batik-css-1.7.jar</jar >
7
5
<jar >batik-dom-1.7.jar</jar >
8
- <jar >batik-ext-1.7.jar</jar >
9
- <jar >batik-parser-1.7.jar</jar >
10
- <jar >batik-svg-dom-1.7.jar</jar >
11
6
<jar >batik-svggen-1.7.jar</jar >
12
- <jar >batik-util-1.7.jar</jar >
13
- <jar >batik-xml-1.7.jar</jar >
14
- <jar >jcommon-1.0.21.jar</jar >
15
- <jar >jfreechart-1.0.17.jar</jar >
7
+ <jar >jcommon-1.0.23.jar</jar >
8
+ <jar >jfreechart-1.0.19.jar</jar >
16
9
17
10
<java >
18
11
<namespace >http://exist-db.org/xquery/jfreechart</namespace >
Original file line number Diff line number Diff line change 6
6
<info organisation =" org.exist" module =" jfreechart" />
7
7
<dependencies >
8
8
9
- <dependency org =" org.jfree" name =" jfreechart" rev =" 1.0.17 " />
9
+ <dependency org =" org.jfree" name =" jfreechart" rev =" 1.0.19 " conf = " default " />
10
10
11
- <dependency org =" org.apache.xmlgraphics" name =" batik-svggen" rev =" 1.7" />
12
-
13
- <dependency org =" org.apache.xmlgraphics" name =" batik-svg-dom" rev =" 1.7" />
11
+ <dependency org =" org.apache.xmlgraphics" name =" batik-svggen" rev =" 1.7" transitive =" false" />
12
+ <dependency org =" org.apache.xmlgraphics" name =" batik-dom" rev =" 1.7" transitive =" false" />
13
+ <!-- <dependency org="org.apache.xmlgraphics" name="batik-svg-dom" rev="1.7" transitive="false"/> -->
14
+ <dependency org =" org.apache.xmlgraphics" name =" batik-awt-util" rev =" 1.7" transitive =" false" />
14
15
15
16
<exclude module =" servlet-api" />
16
-
17
17
<exclude module =" xml-apis" />
18
18
<exclude module =" xml-apis-ext" />
19
19
<exclude module =" xalan" />
You can’t perform that action at this time.
0 commit comments