From 0a56a30252989ed5ad33a0b82a7d81513e6436a6 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 21 Nov 2006 10:00:34 +0000 Subject: Updated build system to prevent build and release artefacts being copied into any subsequent release builds. For reference the source build should ready copying 663 files and the approximate file sizes for zips: src = 7264k client = 4410k client-broker = 5413k git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M1@477598 13f79535-47bb-0310-9956-ffa450edef68 --- java/build.xml | 229 +++++++++++++++++++++++++------------------------ java/common.xml | 30 ++++--- java/module.xml | 12 +-- specs/license.amqp.txt | 1 + 4 files changed, 142 insertions(+), 130 deletions(-) create mode 100644 specs/license.amqp.txt diff --git a/java/build.xml b/java/build.xml index 8aa4fda67f..5c8ef33e36 100644 --- a/java/build.xml +++ b/java/build.xml @@ -20,93 +20,93 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -159,12 +159,12 @@ - + - + @@ -193,7 +193,6 @@ - @@ -211,13 +210,16 @@ + + + @@ -237,17 +239,18 @@ - + - + - + @@ -274,7 +277,7 @@ - + @@ -299,24 +302,28 @@ + + + + - - + + - + + - @@ -346,20 +353,20 @@ modules.include i.e. ${modules.client} release.libsonly determines what task to run on the iterate normally dist but if libs only then dist-lib --> - + - - + + - - - - + + + + - - - - + + + + @@ -367,9 +374,11 @@ + + - + diff --git a/java/common.xml b/java/common.xml index 9e25bd96e4..0a6430220b 100644 --- a/java/common.xml +++ b/java/common.xml @@ -25,7 +25,6 @@ - @@ -43,6 +42,7 @@ + @@ -50,10 +50,12 @@ - + + + - + @@ -66,19 +68,19 @@ - - + + - - - - + + + + - - - - + + + + @@ -89,7 +91,7 @@ - + - + @@ -75,7 +75,7 @@ - + @@ -167,13 +167,13 @@ - + - + - - + + diff --git a/specs/license.amqp.txt b/specs/license.amqp.txt new file mode 100644 index 0000000000..01628a9b19 --- /dev/null +++ b/specs/license.amqp.txt @@ -0,0 +1 @@ +This is a placeholder license for amqp -- cgit v1.2.1