From 803e33836518b7c019db667f482601f55803c29d Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 30 Aug 2010 23:35:54 +0200 Subject: [PATCH] DDC-684 - Fix flaw in build process. ORM not overwriting DBAL and Common dirs now, instead PEAR packages depend on it now, full package is generated for downloading. --- build.properties.dev | 2 ++ build.xml | 35 ++++++++++++++++++++++------------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/build.properties.dev b/build.properties.dev index e1ba8fb49..d0844332f 100644 --- a/build.properties.dev +++ b/build.properties.dev @@ -1,4 +1,6 @@ version=2.0.0BETA2 +dependencies.common=2.0.0BETA4 +dependencies.dbal=2.0.0BETA4 stability=beta build.dir=build dist.dir=dist diff --git a/build.xml b/build.xml index 024b63c89..b8a3ac2ff 100644 --- a/build.xml +++ b/build.xml @@ -51,7 +51,7 @@ Fileset for source of the Symfony YAML and Console components. --> - + - + - + - + - + - - + + @@ -142,7 +142,7 @@ Builds distributable PEAR packages. --> - + DoctrineORM Doctrine Object Relational Mapper pear.doctrine-project.org @@ -150,6 +150,7 @@ + LGPL @@ -157,17 +158,25 @@ + + script - - - + Doctrine/Common/ + Doctrine/DBAL/ - - + + + + + + + + + \ No newline at end of file