From 8c7261e7c3864e9fb1e8d83637ad61bb480438a2 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 5 Mar 2011 00:18:10 +0100 Subject: [PATCH] Optimize build process even more, now generating PEAR Packages for Symfony YAML and Console. --- build.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/build.xml b/build.xml index e4b7805e1..320b593ed 100644 --- a/build.xml +++ b/build.xml @@ -160,10 +160,14 @@ + + script Doctrine/Common/ Doctrine/DBAL/ + Symfony/Component/Yaml/ + Symfony/Component/Console/ @@ -209,4 +213,57 @@ + + + + + DoctrineSymfonyConsole + Symfony Console Component + pear.doctrine-project.org + A command line interface tool from the Symfony project. Packaged for shipping with Doctrine projects using ORM version numbers. + + NewBSD License + + + - + + + + + Doctrine/Common/ + Doctrine/DBAL/ + Doctrine/ORM/ + Symfony/Component/Yaml/ + + + + + + DoctrineSymfonyYaml + Symfony Yaml Component + pear.doctrine-project.org + A YAML Parser from the Symfony project. Packaged for shipping with Doctrine projects using ORM version numbers. + + NewBSD License + + + - + + + + + Doctrine/Common/ + Doctrine/DBAL/ + Doctrine/ORM/ + Symfony/Component/Console/ + + + + + + + + \ No newline at end of file