aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'p/ticket/10178' into develop-olympusAndreas Fischer2011-05-081-2/+2
|\ | | | | | | | | * p/ticket/10178: [ticket/10178] Add path to find command to build packages on FreeBSD.
| * [ticket/10178] Add path to find command to build packages on FreeBSD.Oleg Pudeyev2011-05-071-2/+2
| | | | | | | | PHPBB3-10178
* | [ticket/10177] Add `-f -` to tar command to build packages with bsdtar.Oleg Pudeyev2011-05-071-1/+1
|/ | | | PHPBB3-10177
* [ticket/9984] Add a phing target that does not create packages.Nils Adermann2011-02-271-0/+1
| | | | PHPBB3-9984
* Merge branch 'task/naderman/phpdoc' into develop-olympusNils Adermann2011-01-071-1/+7
|\ | | | | | | | | * task/naderman/phpdoc: [task/phpdoc] Switching from phpDocumentor to phpdoctor.
| * [task/phpdoc] Switching from phpDocumentor to phpdoctor.Nils Adermann2011-01-071-1/+7
| | | | | | | | | | | | You can get phpdoctor from https://github.com/peej/phpdoctor PHPBB3-9943
* | [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-041-6/+5
|/ | | | PHPBB3-9967
* [task/phpdoc] Added a phpdoc task to the build processNils Adermann2010-12-131-1/+7
| | | | PHPBB3-9943
* [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelogNils Adermann2010-11-191-3/+3
|
* [develop-olympus] Bumping version number for 3.0.8-RC1.Nils Adermann2010-11-081-1/+1
|
* [task/phing-build] Automatically trigger build_diffNils Adermann2010-11-071-2/+7
| | | | | | | | | The build_diff script generates MOD format change descriptions for language and style files. It is automatically triggered by phin with the correct version numbers now so it does not need to be changed anymore. PHPBB3-9849
* [task/phing-build] Added a build.xml configuration for phing.Nils Adermann2010-10-171-0/+144
The current state of the phing build script allowed the removal of some code from the old packaging process written entirely in PHP. Further simplifcations of the PHP code and additions to the phing build file will follow. PHPBB3-9849