From 2e04cba8b3ffe4021e0f84c7041cd6cbe0a8a0d8 Mon Sep 17 00:00:00 2001 From: jwage Date: Wed, 2 Sep 2009 00:14:10 +0000 Subject: [PATCH] [2.0] Updating phing build files for pear packaging --- bin/doctrine | 4 ++ bin/doctrine.php | 8 +++ build.properties.dev | 3 -- build.xml | 118 ++++++++++++++++++++++++++++--------------- 4 files changed, 89 insertions(+), 44 deletions(-) create mode 100644 bin/doctrine create mode 100644 bin/doctrine.php diff --git a/bin/doctrine b/bin/doctrine new file mode 100644 index 000000000..92f323f8c --- /dev/null +++ b/bin/doctrine @@ -0,0 +1,4 @@ +#!/usr/bin/env php +run($_SERVER['argv']); \ No newline at end of file diff --git a/build.properties.dev b/build.properties.dev index a823ffb20..b5a7326bb 100644 --- a/build.properties.dev +++ b/build.properties.dev @@ -1,6 +1,3 @@ -name=Doctrine -summary=PHP5 ORM -description=Doctrine 2 is an ORM (object relational mapper) for transparent PHP object persistence. version_name=2.0.0-ALPHA1 version=2.0.0 stability=alpha diff --git a/build.xml b/build.xml index 93fbbd2f7..a4c5ac9e4 100644 --- a/build.xml +++ b/build.xml @@ -17,26 +17,34 @@ - + + + + + + + - - + + - + - - + + - - + + + - - - - - - - - - - - - - - - - + --> - - - ${name} - ${summary} + + + DoctrineCommon + Common Doctrine code pear.phpdoctrine.org - ${description} + The Doctrine Common package contains shared code between the other packages. @@ -157,14 +155,52 @@ - + + + DoctrineDBAL + Doctrine Database Abstraction Layer + pear.phpdoctrine.org + The Doctrine DBAL package is the database abstraction layer used to power the ORM package. + + + + LGPL + + + - + + + + + + + + DoctrineORM + Doctrine Object Relationl Mapper + pear.phpdoctrine.org + The Doctrine ORM package is the primary package containing the object relational mapper. + + + + LGPL + + + - + + + + + script + + + + + + + + - - - \ No newline at end of file