diff options
author | Simon Steiner <ssteiner@apache.org> | 2017-07-07 08:17:23 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2017-07-07 08:17:23 +0000 |
commit | 9b6dd09466b3f8099cd2360d7dd3ce4ad96a7c14 (patch) | |
tree | 62ba8ec525d8ce47e64ff7392fa545bf053cee33 /fop | |
parent | ac0ddecca6c8b19e293b2472933b27a32ccc5961 (diff) | |
download | xmlgraphics-fop-9b6dd09466b3f8099cd2360d7dd3ce4ad96a7c14.tar.gz xmlgraphics-fop-9b6dd09466b3f8099cd2360d7dd3ce4ad96a7c14.zip |
FOP-2718: sRGB.icc is missing from ant jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1801124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop')
-rw-r--r-- | fop/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fop/build.xml b/fop/build.xml index ea3b3e502..f0cc1340f 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -404,6 +404,7 @@ list of possible build targets. <fileset dir="${src.resources.dir}"> <include name="META-INF/**"/> <include name="**/*.icm"/> + <include name="**/*.icc"/> <include name="**/*.xml"/> <include name="**/*.LICENSE.txt"/> <include name="**/*.xsl"/> |