remove svntag task from build file since we do not have svn anymore
This commit is contained in:
parent
128eb20408
commit
e4d2d0ba2f
12
build.xml
12
build.xml
@ -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"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user