Browse Source

Remove un-used property.

mark_story 14 years ago
parent
commit
65a6fae406
1 changed files with 0 additions and 3 deletions
  1. 0 3
      build.xml

+ 0 - 3
build.xml

@@ -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
 	-->