aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/build.xml b/build.xml
index 0d2341b..6f69184 100644
--- a/build.xml
+++ b/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"
>