mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 14:16:28 +02:00
[ticket/9984] Add a phing target that does not create packages.
PHPBB3-9984
This commit is contained in:
@ -13,6 +13,7 @@
|
|||||||
<!-- These are the main targets which you will probably want to use -->
|
<!-- These are the main targets which you will probably want to use -->
|
||||||
<target name="package" depends="clean,prepare,create-package" />
|
<target name="package" depends="clean,prepare,create-package" />
|
||||||
<target name="all" depends="clean,prepare,test,docs,create-package" />
|
<target name="all" depends="clean,prepare,test,docs,create-package" />
|
||||||
|
<target name="build" depends="clean,prepare,test,docs" />
|
||||||
|
|
||||||
<target name="prepare">
|
<target name="prepare">
|
||||||
<mkdir dir="build/logs" />
|
<mkdir dir="build/logs" />
|
||||||
|
Reference in New Issue
Block a user