|
|
@@ -1,9 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<project name="CakePHP" default="build">
|
|
|
<taskdef classname="phing.tasks.ext.d51PearPkg2Task" name="d51pearpkg2" />
|
|
|
-
|
|
|
<property file="build.properties" />
|
|
|
- <property name="package" value="${phing.project.name}" override="true" />
|
|
|
|
|
|
<!--
|
|
|
The set of files we're going to package
|
|
|
@@ -162,7 +160,6 @@
|
|
|
|
|
|
</target>
|
|
|
|
|
|
-
|
|
|
<!--
|
|
|
Top level easy to type targets
|
|
|
-->
|