From 66733aa27da98090d75e7c4e7839131ec2840ed3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 18 Jan 2014 06:56:11 +0000 Subject: [PATCH] modularize build file a little, deal with existing dist workspace git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1559325 13f79535-47bb-0310-9956-ffa450edef68 --- src/release-tools/build.properties.sample | 2 + src/release-tools/build.xml | 103 ++++++++++++++-------- 2 files changed, 70 insertions(+), 35 deletions(-) diff --git a/src/release-tools/build.properties.sample b/src/release-tools/build.properties.sample index 003d4ac57..6e99d4a08 100644 --- a/src/release-tools/build.properties.sample +++ b/src/release-tools/build.properties.sample @@ -18,3 +18,5 @@ # Your apache ID - it is used for the Build-By MANIFEST header, when creating the RC jars apache.id=luckyRM +# directory to use when crating the release +release.path=${user.home}/lang-rc \ No newline at end of file diff --git a/src/release-tools/build.xml b/src/release-tools/build.xml index d2f75511a..46e06a17e 100644 --- a/src/release-tools/build.xml +++ b/src/release-tools/build.xml @@ -24,48 +24,60 @@ --> - - - - - - - - - - - - - - - - - - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - - - - - + + + @@ -81,11 +93,32 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +