Skip to content

Commit

Permalink
Add help and docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 8, 2012
1 parent 65a6fae commit baaa2e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.xml
@@ -1,5 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="CakePHP" default="build">
<!--
Build.xml file for CakePHP
Uses phing to create releases, and pear packages.
Based off of build.xml in doctrine.
Requires the d51PearPkg2 to be installed:
pear channel-discover pear.domain51.com
pear install domain51/Phing_d51PearPkg2Task

This comment has been minimized.

Copy link
@ceeram

ceeram Feb 3, 2013

Contributor

should this be replaced with: pear install cakephp/Phing_d51PearPkg2Task ?

This comment has been minimized.

Copy link
@markstory

markstory Feb 3, 2013

Author Member

Yeah it should be, I'll update that.

Use the `release` task to update VERSION.txt, and create a new tag.
Use the `build` task to create a pear package based on the current working copy.
Use the `clean` task to clean up packaging artifacts.
-->

<taskdef classname="phing.tasks.ext.d51PearPkg2Task" name="d51pearpkg2" />
<property file="build.properties" />

Expand Down

0 comments on commit baaa2e6

Please sign in to comment.