From e2a916da1a2fb61306a010fb22db7b3b3b393396 Mon Sep 17 00:00:00 2001 From: Stuart Herbert Date: Thu, 10 Feb 2011 11:50:45 +0000 Subject: [PATCH] Fixes for phin being renamed to phix --- README.md | 6 +++--- build.properties | 2 +- build.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6df731e..585171c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ From source: git clone git@github.com:Gradwell/Autoloader.git cd Autoloader - phing install.local + phing install-system Both of these approaches will install the Autoloader code into your system's standard location (usually /usr/share/php). @@ -46,8 +46,8 @@ Development You will need the following dependencies installed first. -* Phing -* d51PearPkg2Task plugin for Phing from domain51.com +* phix +* phing * PHPUnit * xdebug * pdepend diff --git a/build.properties b/build.properties index 7e9e5b5..c85bcdf 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ project.name=Autoloader project.majorVersion=2 project.minorVersion=0 -project.patchLevel=0 +project.patchLevel=1 checkstyle.standard=Zend diff --git a/build.xml b/build.xml index ebed24e..0104f69 100644 --- a/build.xml +++ b/build.xml @@ -158,7 +158,7 @@ Populating vendor/ with dependencies - + @@ -193,7 +193,7 @@ - + @@ -214,7 +214,7 @@ - + Creating ${project.tarfile} PEAR package