diff options
author | Simon Steiner <ssteiner@apache.org> | 2023-02-02 16:16:28 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2023-02-02 16:16:28 +0000 |
commit | a7c2b429051a08ffc65a331a618c859339bb7421 (patch) | |
tree | 698bf7ed57326f7a3e81013ac980c24309b6cf9d /fop/releasedist.xml | |
parent | 5fbaa4736553e06b28c11a31f0d604e461558b1b (diff) | |
download | xmlgraphics-fop-a7c2b429051a08ffc65a331a618c859339bb7421.tar.gz xmlgraphics-fop-a7c2b429051a08ffc65a331a618c859339bb7421.zip |
FOP-3116: Remove serializer jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1907223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/releasedist.xml')
-rw-r--r-- | fop/releasedist.xml | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/fop/releasedist.xml b/fop/releasedist.xml index cbdd97ccd..4436256ad 100644 --- a/fop/releasedist.xml +++ b/fop/releasedist.xml @@ -43,19 +43,15 @@ <fileset dir="${basedir}/.." id="dist.bin.lib"> <patternset id="dist.lib"> <include name="fop/lib/README*"/> - <include name="fop/lib/batik*"/> - <include name="fop/lib/commons-io*"/> - <include name="fop/lib/commons-logging*"/> - <include name="fop/lib/fontbox*"/> - <include name="fop/lib/serializer*"/> - <include name="fop/lib/xalan*"/> - <include name="fop/lib/xerces*"/> - <include name="fop/lib/xml-apis*"/> - <include name="fop/lib/xmlgraphics-commons*"/> + <include name="fop/lib/batik*.txt"/> + <include name="fop/lib/commons-io*.txt"/> + <include name="fop/lib/commons-logging*.txt"/> + <include name="fop/lib/xml-apis*.txt"/> + <include name="fop/lib/xml-apis*.html"/> + <include name="fop/lib/xmlgraphics-commons*.txt"/> </patternset> </fileset> <fileset id="dist.lib2" dir="${basedir}/.."> - <include name="fop/target/dependency/README*"/> <include name="fop/target/dependency/batik*"/> <include name="fop/target/dependency/commons-io*"/> <include name="fop/target/dependency/commons-logging*"/> @@ -67,22 +63,15 @@ <include name="fop/target/dependency/xmlgraphics-commons*"/> </fileset> <patternset id="dist.src.lib.build"> - <include name="fop/lib/build/asm*"/> - <include name="fop/lib/build/hamcrest*"/> - <include name="fop/lib/build/jaxen*"/> - <include name="fop/lib/build/mockito*"/> - <include name="fop/lib/build/objenesis*"/> - <include name="fop/lib/build/pmd*"/> - <include name="fop/lib/build/qdox*"/> - <include name="fop/lib/build/xmlunit*"/> + <include name="fop/lib/build/*.txt"/> + <exclude name="fop/lib/build/asm*"/> + <exclude name="fop/lib/build/jaxen*"/> + <exclude name="fop/lib/build/pmd*"/> </patternset> <fileset id="dist.src.lib.build2" dir="${basedir}/.."> - <include name="fop*/target/dependency/asm*"/> <include name="fop*/target/dependency/hamcrest*"/> - <include name="fop*/target/dependency/jaxen*"/> <include name="fop*/target/dependency/mockito*"/> <include name="fop*/target/dependency/objenesis*"/> - <include name="fop*/target/dependency/pmd*"/> <include name="fop*/target/dependency/qdox*"/> <include name="fop*/target/dependency/xmlunit*"/> </fileset> @@ -173,9 +162,9 @@ <target name="dist-bin"> <echo message="Building the binary distribution files (zip,tar)"/> <mkdir dir="${dist.bin.result.dir}"/> - <!--<copy todir="${dist.bin.result.dir}/fop/lib" flatten="true"> + <copy todir="${dist.bin.result.dir}/fop/lib" flatten="true"> <fileset refid="dist.lib2"/> - </copy>--> + </copy> <copy todir="${dist.bin.result.dir}"> <fileset refid="dist.bin"/> <fileset refid="dist.bin.lib"/> @@ -203,12 +192,12 @@ <target name="dist-src"> <echo message="Building the source distribution files (zip,tar)"/> <mkdir dir="${dist.src.result.dir}"/> - <!--<copy todir="${dist.src.result.dir}/fop/lib" flatten="true"> + <copy todir="${dist.src.result.dir}/fop/lib" flatten="true"> <fileset refid="dist.lib2"/> </copy> <copy todir="${dist.src.result.dir}/fop/lib/build" flatten="true"> <fileset refid="dist.src.lib.build2"/> - </copy>--> + </copy> <copy todir="${dist.src.result.dir}"> <fileset refid="dist.src"/> </copy> |