From c824ede99cb449252823876b6224f6ed75e799cd Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Thu, 17 May 2001 07:48:06 +0000 Subject: FOP now uses Batik to render svg This is handled for awt - using batik to render to a graphic and pdf. Pdf still requires better image support. The elements and properties are generated from the svgelements.xml document. The version of batik is 17/05/2001 cvs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194250 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 47f797953..3a8b57b1b 100644 --- a/build.xml +++ b/build.xml @@ -205,6 +205,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + @@ -220,12 +221,16 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + + + + @@ -334,6 +339,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + @@ -424,6 +430,10 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + + @@ -438,7 +448,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro dependent="${propinc.xsl}" outfile="${build.src}/${replacestring}/fo/properties/foenums_${ignore_this}" smart="yes"/> - @@ -460,6 +469,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro outfile="${build.src}/${replacestring}/fo/properties/extenums_${ignore_this}" smart="yes"/> + + -- cgit v1.2.3