summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorLuis Bernardo <lbernardo@apache.org>2014-12-16 13:36:55 +0000
committerLuis Bernardo <lbernardo@apache.org>2014-12-16 13:36:55 +0000
commit7e13b29c457e42e2a23946fe95aa69845df15de6 (patch)
treeb19c5fa509533bb8730bb4abc1f34f8fddaea0d5 /build.xml
parentf66585c7d6d5c561e6e22a78eb64fbe8cf9a800b (diff)
downloadxmlgraphics-fop-7e13b29c457e42e2a23946fe95aa69845df15de6.tar.gz
xmlgraphics-fop-7e13b29c457e42e2a23946fe95aa69845df15de6.zip
transcoder classes still used old shading package name -- changed to gradient
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1645947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 3139234ce..af773e588 100644
--- a/build.xml
+++ b/build.xml
@@ -575,7 +575,7 @@ list of possible build targets.
<include name="org/apache/fop/image/loader/batik/BatikImageFlavors*.class"/>
<include name="org/apache/fop/svg/**"/>
<include name="org/apache/fop/fonts/**"/>
- <include name="org/apache/fop/render/shading/**"/>
+ <include name="org/apache/fop/render/gradient/**"/>
<include name="org/apache/fop/traits/Direction.class"/>
<include name="org/apache/fop/traits/MinOptMax.class"/>
<include name="org/apache/fop/traits/TraitEnum.class"/>