remove svntag task from build file since we do not have svn anymore

This commit is contained in:
Christian Weiske 2011-02-16 00:38:19 +01:00
parent 128eb20408
commit e4d2d0ba2f

View File

@ -48,7 +48,7 @@
<target name="release" depends="check,zip,deploy-sf,svntag"
<target name="release" depends="check,zip,deploy-sf"
description="Release the version on sourceforge"
>
<!-- meta-target -->
@ -80,16 +80,6 @@
</target>
<target name="svntag"
description="create the svn tag for the current version"
>
<exec
command="svn cp ${svnpath}trunk ${svnpath}/tags/${version} -m 'tag version ${version}'"
escape="false" checkreturn="true"
/>
</target>
<target name="check"
description="Check variables"
>