[Schmitzm-commits] r376 - in branches/1.0-gt2-2.6: . dist
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 4 11:25:10 CEST 2009
Author: mojays
Date: 2009-09-04 11:24:36 +0200 (Fri, 04 Sep 2009)
New Revision: 376
Removed:
branches/1.0-gt2-2.6/dist/schmitzm-1.0-gt2.2.6.jar.zip
Modified:
branches/1.0-gt2-2.6/build.xml
branches/1.0-gt2-2.6/dist/schmitzm-1.0-gt2.2.6-src.zip
branches/1.0-gt2-2.6/dist/schmitzm-1.0-gt2.2.6.jar
Log:
build.xml updated with version number
distributions replaced with files including version number
Modified: branches/1.0-gt2-2.6/build.xml
===================================================================
--- branches/1.0-gt2-2.6/build.xml 2009-09-04 09:21:27 UTC (rev 375)
+++ branches/1.0-gt2-2.6/build.xml 2009-09-04 09:24:36 UTC (rev 376)
@@ -13,12 +13,17 @@
The default option is "basic"
-->
<project default="basic" basedir=".">
+ <!-- Project name -->
+ <property name="PROJECT.NAME" value="schmitzm"/>
+ <!-- Version number added as postfix to files -->
+ <property name="VERSION" value="-1.0-gt2.2.6"/>
<!-- Destination folder for ZIPs and JARs -->
<property name="DEST.DIR" value="dist"/>
<!-- Prefix for the destination file names
e.g. "schmitzm" >> "schmitzm.jar", "schmitzm-src.jar" -->
- <property name="PROJECT.PREFIX" value="schmitzm-1.0-gt2.2.6"/>
+ <property name="PROJECT.PREFIX" value="${PROJECT.NAME}${VERSION}"/>
+
<!-- Global prefix directory for ZIP files (except ZIP of JAR!) -->
<property name="ZIP.ROOT.DIR" value="${PROJECT.PREFIX}"/>
Modified: branches/1.0-gt2-2.6/dist/schmitzm-1.0-gt2.2.6-src.zip
===================================================================
(Binary files differ)
Modified: branches/1.0-gt2-2.6/dist/schmitzm-1.0-gt2.2.6.jar
===================================================================
(Binary files differ)
Deleted: branches/1.0-gt2-2.6/dist/schmitzm-1.0-gt2.2.6.jar.zip
===================================================================
(Binary files differ)
More information about the Schmitzm-commits
mailing list