From cdc3db5412d34268550a3442408276eeeb434584 Mon Sep 17 00:00:00 2001 From: pietrus Date: Tue, 22 Aug 2006 21:31:47 +0000 Subject: [PATCH] changed the "source-distribution" target to produce a tar.gz instead of a zip file. created a new target called "full-distribution" that will build mir, build the source distribution tarball, copy the source distribution to "bin/mir/WEB-INF" and create a tarball of "bin/mir" called "mir-${version}.tar.gz" in "dist" --- build.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index e56f8d4f..79b861cb 100755 --- a/build.xml +++ b/build.xml @@ -12,7 +12,10 @@ - form of a war file - * source-distribution - Sets up a distributable version of mir as a - - zipped version of the source tree + - gzipped tar version of the source tree + - * full-distribution + - Sets up a distributable version of mir in the + - form of a gzipped tar file with the sources - * javadoc - Generates the project's javadoc --> @@ -218,10 +221,14 @@ - + + + + @@ -264,6 +271,14 @@ destdir="${build}/htmldocs" style="${build}/xslt/html.xsl"/> - + + + + + + + + + -- 2.11.0