[Schmitzm-commits] r374 - in tags/1.0: . dist
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 4 11:19:40 CEST 2009
Author: mojays
Date: 2009-09-04 11:17:13 +0200 (Fri, 04 Sep 2009)
New Revision: 374
Added:
tags/1.0/dist/schmitzm-1.0-doc.zip
tags/1.0/dist/schmitzm-1.0-src.zip
tags/1.0/dist/schmitzm-1.0.jar
Removed:
tags/1.0/dist/schmitzm-doc.zip
tags/1.0/dist/schmitzm-src.zip
tags/1.0/dist/schmitzm.jar
Modified:
tags/1.0/build.xml
Log:
build.xml updates with version number
distributions replaced with files including version number
Modified: tags/1.0/build.xml
===================================================================
--- tags/1.0/build.xml 2009-09-04 08:48:50 UTC (rev 373)
+++ tags/1.0/build.xml 2009-09-04 09:17:13 UTC (rev 374)
@@ -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"/>
<!-- 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: tags/1.0/dist/schmitzm-1.0-doc.zip
===================================================================
(Binary files differ)
Property changes on: tags/1.0/dist/schmitzm-1.0-doc.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tags/1.0/dist/schmitzm-1.0-src.zip
===================================================================
(Binary files differ)
Property changes on: tags/1.0/dist/schmitzm-1.0-src.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tags/1.0/dist/schmitzm-1.0.jar
===================================================================
(Binary files differ)
Property changes on: tags/1.0/dist/schmitzm-1.0.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tags/1.0/dist/schmitzm-doc.zip
===================================================================
(Binary files differ)
Deleted: tags/1.0/dist/schmitzm-src.zip
===================================================================
(Binary files differ)
Deleted: tags/1.0/dist/schmitzm.jar
===================================================================
(Binary files differ)
More information about the Schmitzm-commits
mailing list