From: pietrus Date: Tue, 22 Aug 2006 21:31:47 +0000 (+0000) Subject: changed the "source-distribution" target to produce a tar.gz instead of a zip file. X-Git-Tag: LATEST_MERGED_1_1~50 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=cdc3db5412d34268550a3442408276eeeb434584 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" --- 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"/> - + + + + + + + + +