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