diff options
author | Simon Steiner <ssteiner@apache.org> | 2019-01-22 11:53:31 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2019-01-22 11:53:31 +0000 |
commit | e82460e4937fd9206bba32e2659fdfb9e2830db8 (patch) | |
tree | bb6466138b9620bdb1c5d37a05995b7fed59d88d /fop/build.xml | |
parent | d5b0798c2b6bd1aa8c65e5c744beb5d5096d1e54 (diff) | |
download | xmlgraphics-fop-e82460e4937fd9206bba32e2659fdfb9e2830db8.tar.gz xmlgraphics-fop-e82460e4937fd9206bba32e2659fdfb9e2830db8.zip |
FOP-2733: Drop dependency on Avalon-Framework
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1851806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/build.xml')
-rw-r--r-- | fop/build.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/fop/build.xml b/fop/build.xml index cc286b2bd..3547015fe 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -73,7 +73,6 @@ list of possible build targets. <fileset dir="${basedir}/.." id="dist.bin.lib"> <patternset id="dist.lib"> <include name="fop/lib/README*"/> - <include name="fop/lib/avalon-framework*"/> <include name="fop/lib/batik*"/> <include name="fop/lib/commons-io*"/> <include name="fop/lib/commons-logging*"/> @@ -597,7 +596,6 @@ list of possible build targets. <echo message="Creating the WAR file"/> <war warfile="${build.dir}/fop.war" webxml="${servlet.src.dir}/main/webapp/WEB-INF/web.xml"> <lib dir="${lib.dir}"> - <include name="avalon-framework*.jar"/> <include name="commons-logging*.jar"/> <include name="batik*.jar"/> <include name="commons-io*.jar"/> @@ -642,6 +640,7 @@ list of possible build targets. <include name="org/apache/fop/util/DecimalFormatCache*.class"/> <include name="org/apache/fop/util/ImageObject.class"/> <include name="org/apache/fop/util/HexEncoder.class"/> + <include name="org/apache/fop/configuration/**"/> </patternset> <!-- PDF transcoder --> <patternset> @@ -665,7 +664,6 @@ list of possible build targets. </fileset> <fileset dir="${lib.dir}" id="transcoder-lib-files"> <include name="commons-io*.jar"/> - <include name="avalon-framework*.jar"/> <include name="commons-logging*.jar"/> <include name="xmlgraphics-commons*.jar"/> </fileset> @@ -698,10 +696,6 @@ list of possible build targets. <mkdir dir="${transcoder-deps}"/> <unjar dest="${transcoder-deps}"> <patternset> - <include name="org/apache/avalon/framework/*"/> - <include name="org/apache/avalon/framework/activity/*"/> - <include name="org/apache/avalon/framework/configuration/*"/> - <include name="org/apache/avalon/framework/container/*"/> <include name="org/apache/commons/logging/**"/> <include name="org/apache/commons/io/*.class"/> <include name="org/apache/commons/io/filefilter/*.class"/> @@ -712,7 +706,6 @@ list of possible build targets. <mkdir dir="${transcoder-deps}/legal"/> <copy todir="${transcoder-deps}/legal"> <fileset dir="${lib.dir}"> - <include name="avalon.LICENSE.txt"/> <include name="commons-io.LICENSE.txt"/> <include name="commons-logging.LICENSE.txt"/> </fileset> |