aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-02-16 21:38:59 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-02-16 21:38:59 +0100
commitb25290cef48251a31cb0f693a53677b566c1b1a4 (patch)
treef65f24ff91fae76a92a31f59110b1b0a8fd0b93f /build.xml
parent7a8c92ff1aaa3c4b6b60319a9502288fc9395531 (diff)
downloadsemanticscuttle-b25290cef48251a31cb0f693a53677b566c1b1a4.tar.gz
semanticscuttle-b25290cef48251a31cb0f693a53677b566c1b1a4.tar.bz2
add package task
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 9cf4de9..1915115 100644
--- a/build.xml
+++ b/build.xml
@@ -48,6 +48,14 @@
+ <target name="package" depends="check"
+ description="Creates the pear package"
+ >
+ <!-- fixme: create package.xml with d51pearpkg2 -->
+ </target>
+
+
+
<target name="release" depends="check,zip,deploy-sf,svntag"
description="Release the version on sourceforge"
>