1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

Merge branch 'ticket/naderman/9984' into develop-olympus

* ticket/naderman/9984:
  [ticket/9984] Add a phing target that does not create packages.
This commit is contained in:
Nils Adermann 2011-02-27 23:04:54 +01:00
commit dc112092e0

View File

@ -13,6 +13,7 @@
<!-- These are the main targets which you will probably want to use -->
<target name="package" depends="clean,prepare,create-package" />
<target name="all" depends="clean,prepare,test,docs,create-package" />
<target name="build" depends="clean,prepare,test,docs" />
<target name="prepare">
<mkdir dir="build/logs" />