mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Remove un-used property.
This commit is contained in:
parent
72b9eb540e
commit
65a6fae406
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue