[Schmitzm-commits] r375 - in trunk: . dist

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 4 11:24:28 CEST 2009


Author: mojays
Date: 2009-09-04 11:21:27 +0200 (Fri, 04 Sep 2009)
New Revision: 375

Added:
   trunk/dist/schmitzm-1.1.x-doc.zip
   trunk/dist/schmitzm-1.1.x-src.zip
   trunk/dist/schmitzm-1.1.x.jar
   trunk/dist/schmitzm-1.1.x.jar.zip
Removed:
   trunk/dist/schmitzm-doc.zip
   trunk/dist/schmitzm-src.zip
   trunk/dist/schmitzm.jar
Modified:
   trunk/build.xml
Log:
build.xml updated with version number
distributions replaced with files including version number

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-09-04 09:17:13 UTC (rev 374)
+++ trunk/build.xml	2009-09-04 09:21:27 UTC (rev 375)
@@ -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.1.x"/>
 
 	<!-- 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"/>
+	<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}"/>
 	

Added: trunk/dist/schmitzm-1.1.x-doc.zip
===================================================================
(Binary files differ)


Property changes on: trunk/dist/schmitzm-1.1.x-doc.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/dist/schmitzm-1.1.x-src.zip
===================================================================
(Binary files differ)


Property changes on: trunk/dist/schmitzm-1.1.x-src.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/dist/schmitzm-1.1.x.jar
===================================================================
(Binary files differ)


Property changes on: trunk/dist/schmitzm-1.1.x.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/dist/schmitzm-1.1.x.jar.zip
===================================================================
(Binary files differ)


Property changes on: trunk/dist/schmitzm-1.1.x.jar.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: trunk/dist/schmitzm-doc.zip
===================================================================
(Binary files differ)

Deleted: trunk/dist/schmitzm-src.zip
===================================================================
(Binary files differ)

Deleted: trunk/dist/schmitzm.jar
===================================================================
(Binary files differ)



More information about the Schmitzm-commits mailing list