diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-11-13 10:08:19 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-11-13 10:08:19 +0000 |
commit | a625241b1f303263e20c221b6059082140603867 (patch) | |
tree | 1b93f85fff796eb8e1d90391257c409a203afdee /build.xml | |
parent | 3c09dd0bd232edd1c8a988dac28f2d9f6124a009 (diff) | |
download | xmlgraphics-fop-a625241b1f303263e20c221b6059082140603867.tar.gz xmlgraphics-fop-a625241b1f303263e20c221b6059082140603867.zip |
Bugzilla #40729:
Support for the rgb-icc() function and for a proprietary cmyk() function (for device CMYK colors only through the PDF renderer so far).
Submitted by: Peter Coppens <pc.subscriptions.at.gmail.com>
Patch slightly modified to comply with our Java conventions, plus some minor editing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -604,6 +604,7 @@ list of possible build targets. <include name="org/apache/fop/image/Abstract*"/> <include name="org/apache/fop/image/analyser/*.class"/> <include name="org/apache/fop/util/CMYKColorSpace*.class"/> + <include name="org/apache/fop/util/ColorExt*.class"/> <include name="org/apache/fop/util/ASCII*.class"/> <include name="org/apache/fop/util/*OutputStream.class"/> <include name="org/apache/fop/util/SubInputStream.class"/> |