add package task
This commit is contained in:
parent
7a8c92ff1a
commit
b25290cef4
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue