From d6466e0fd7dee034fea446db80f242b2445a5476 Mon Sep 17 00:00:00 2001 From: Nicolas Lalevee Date: Tue, 19 Apr 2011 12:03:00 +0000 Subject: [PATCH] - make the sources of the individual ant jars also published into the maven repository - make a javadoc jar publish with ant's main jar git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095053 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 171 ++++++++++++++++++++++++++++++++++++++------- release/ivy.xml | 44 ++++++++++++ release/upload.xml | 2 +- 3 files changed, 190 insertions(+), 27 deletions(-) diff --git a/build.xml b/build.xml index 1f3ef40c9..f096c6b48 100644 --- a/build.xml +++ b/build.xml @@ -79,6 +79,7 @@ + @@ -291,6 +292,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -646,6 +674,10 @@ basedir="${build.classes}" whenmanifestonly="fail"> + + + + @@ -655,31 +687,8 @@ basedir="${build.classes}" manifest="${manifest}" whenmanifestonly="fail"> - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -732,6 +741,10 @@ manifest="${manifest.tmp}" whenmanifestonly="${optional.jars.whenmanifestonly}"> + + + + @@ -770,6 +783,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1054,7 +1158,7 @@ Create the binary distribution =================================================================== --> - @@ -1122,8 +1226,23 @@ + + + + + + + + + + + + + + diff --git a/release/ivy.xml b/release/ivy.xml index 3d24ba203..f65564aeb 100644 --- a/release/ivy.xml +++ b/release/ivy.xml @@ -28,86 +28,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/release/upload.xml b/release/upload.xml index cc6759a4e..5631cfd96 100644 --- a/release/upload.xml +++ b/release/upload.xml @@ -22,5 +22,5 @@ - + \ No newline at end of file