-->
<property file="build.properties" />
+ <property name="version-m" value="0.95" />
<property name="version" value="0.95.1" />
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
<property name="distfile" value="dist/${zipfile}" />
>
<delete dir="dist/deploy-sf" /><!-- make empty -->
<mkdir dir="dist/deploy-sf" />
- <mkdir dir="dist/deploy-sf/v${version}" />
- <copy file="${distfile}" tofile="dist/deploy-sf/v${version}/${zipfile}"/>
+ <mkdir dir="dist/deploy-sf/v${version-m}" />
+ <copy file="${distfile}" tofile="dist/deploy-sf/v${version-m}/${zipfile}"/>
<!-- test
<exec command="rsync -av dist/deploy-sf/ /tmp/test/" escape="false" />
-->
description="create the svn tag for the current version"
>
<exec
- command="svn cp ${svnpath}trunk ${svnpath}/tags/${version}"
+ command="svn cp ${svnpath}trunk ${svnpath}/tags/${version} -m 'tag version ${version}'"
escape="false" checkreturn="true"
/>
</target>