From 110d112e4941cb917a3dff07e70e71be943d6738 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Thu, 22 Nov 2001 07:15:38 +0000 Subject: [PATCH] updates for ext, and message handler changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194575 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 17 +++-------------- src/codegen/allprops.xml | 1 - src/codegen/foproperties.xml | 11 +++++++++-- src/codegen/properties.xsl | 1 - 4 files changed, 12 insertions(+), 18 deletions(-) diff --git a/build.xml b/build.xml index 163be4af2..f9c1baad1 100644 --- a/build.xml +++ b/build.xml @@ -183,9 +183,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + - + @@ -233,7 +233,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - @@ -408,7 +407,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - - - foproperties.xml -extproperties.xml diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml index 335441e6c..0c8fd413a 100644 --- a/src/codegen/foproperties.xml +++ b/src/codegen/foproperties.xml @@ -1288,13 +1288,20 @@ color-profile-name false - ToBeImplemented + String rendering-intent false - ToBeImplemented + Enum + + auto + perceptual + relative-colorimetric + saturation + absolute-colorimetric + auto diff --git a/src/codegen/properties.xsl b/src/codegen/properties.xsl index f00be7833..83ed9db75 100644 --- a/src/codegen/properties.xsl +++ b/src/codegen/properties.xsl @@ -211,7 +211,6 @@ import java.util.Hashtable; import org.apache.fop.datatypes.*; import org.apache.fop.fo.*; import org.apache.fop.apps.FOPException; -import org.apache.fop.messaging.MessageHandler; public class extends { -- 2.39.5