From 9f4cc961acd53f733debe1203e78bfe97e80cc10 Mon Sep 17 00:00:00 2001 From: Simon Steiner Date: Wed, 1 Feb 2023 09:34:24 +0000 Subject: [PATCH] Decouple release dist from ant build git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1907183 13f79535-47bb-0310-9956-ffa450edef68 --- fop/build.xml | 199 +----------------------------------------- fop/releasedist.xml | 208 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 210 insertions(+), 197 deletions(-) create mode 100644 fop/releasedist.xml diff --git a/fop/build.xml b/fop/build.xml index 2daaf627e..5c983e2f9 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -57,72 +57,7 @@ list of possible build targets. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -225,11 +160,7 @@ list of possible build targets. - - - - @@ -1160,124 +1091,7 @@ NOTE: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1418,15 +1232,6 @@ NOTE: - - - - - - - - - diff --git a/fop/releasedist.xml b/fop/releasedist.xml new file mode 100644 index 000000000..bc634757e --- /dev/null +++ b/fop/releasedist.xml @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5