diff --git a/build.properties b/build.properties index f918e4c..991eae5 100644 --- a/build.properties +++ b/build.properties @@ -8,6 +8,6 @@ project.snapshot=false checkstyle.standard=Zend component.type=php-library -component.version=11 +component.version=12 pear.local=/var/www/${project.channel} diff --git a/build.xml b/build.xml index 338839a..4d25871 100644 --- a/build.xml +++ b/build.xml @@ -1,9 +1,12 @@ + + + + - @@ -63,7 +66,7 @@ - + @@ -77,7 +80,7 @@ - + @@ -114,7 +117,7 @@ - + @@ -139,6 +142,8 @@ + + @@ -217,7 +222,7 @@ - + @@ -263,12 +268,37 @@ + + + + + + Populating vendor/ with dependencies + Making sure vendor/ does not contain ${project.name} + Removing ${project.name}'s code from vendor/ + + + + + Removing ${project.name}'s docs from vendor/ + + + + + + + Removing ${project.name}'s unit tests from vendor/ + + + + + Your vendor/ folder has been built. You only need to run 'phing build-vendor' again if you change the dependencies listed in your package.xml file. @@ -298,13 +328,55 @@ Building release directory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - @@ -320,7 +392,7 @@ - + @@ -341,18 +413,28 @@ - Please run 'phing pear-package' first, then try again. + + + + + + + + + + + + + + + + + + - - - - - - - Cannot find PEAR package file ${project.lastBuiltTarfile} - Run 'phing pear-package' to create a new PEAR package, then try again +