mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add descriptions to top level tasks.
This commit is contained in:
parent
58de6702bc
commit
4ebe754076
1 changed files with 3 additions and 3 deletions
|
@ -197,7 +197,7 @@
|
||||||
<!--
|
<!--
|
||||||
Upload to pirum pear channel.
|
Upload to pirum pear channel.
|
||||||
-->
|
-->
|
||||||
<target name="distribute" depends="prepare">
|
<target name="distribute" depends="prepare" description="Upload pear packages to pear.cakephp.org">
|
||||||
<echo msg="Uploading tgz file to cakephp.org" />
|
<echo msg="Uploading tgz file to cakephp.org" />
|
||||||
<exec command="scp ${dist.dir}/${pear.package}.tgz cakephp@cakephp.org:${pirum.dir}" dir="." checkreturn="true" />
|
<exec command="scp ${dist.dir}/${pear.package}.tgz cakephp@cakephp.org:${pirum.dir}" dir="." checkreturn="true" />
|
||||||
|
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
<!--
|
<!--
|
||||||
Top level easy to type targets
|
Top level easy to type targets
|
||||||
-->
|
-->
|
||||||
<target name="build" depends="generate-package" />
|
<target name="build" depends="generate-package" description="Generate a pear package" />
|
||||||
<target name="release" depends="release-commit,build,distribute" />
|
<target name="release" depends="release-commit,build,distribute" description="Release a new version of CakePHP" />
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue