add package task

This commit is contained in:
Christian Weiske 2010-02-16 21:38:59 +01:00
parent 7a8c92ff1a
commit b25290cef4

View File

@ -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"
>