diff --git a/build-dependencies.properties b/build-dependencies.properties new file mode 100644 index 000000000..d473c168f --- /dev/null +++ b/build-dependencies.properties @@ -0,0 +1,9 @@ +dependencies=common,dbal + +common.version=2.0.0-BETA1 +common.srcdir=lib/Doctrine/Common +common.targetdir=lib/Doctrine/Common/testcopy + +dbal.version=2.0.0-BETA1 +dbal.srcdir=lib/Doctrine/DBAL +dbal.targetdir=lib/Doctrine/DBAL/testcopy diff --git a/build-dependencies.xml b/build-dependencies.xml new file mode 100644 index 000000000..85592dc85 --- /dev/null +++ b/build-dependencies.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build.xml b/build.xml index 7665bdb63..e3a5f0cab 100644 --- a/build.xml +++ b/build.xml @@ -5,8 +5,10 @@ --> - + + + @@ -28,21 +30,21 @@ @@ -72,6 +74,7 @@ + @@ -81,30 +84,11 @@ - - - - - - - - - - - - - - - - - - - - + @@ -125,6 +109,7 @@ Runs the full test suite. --> + @@ -133,7 +118,7 @@ - + - - DoctrineCommon - Common Doctrine code - pear.doctrine-project.org - The Doctrine Common package contains shared code between the other packages. - - - - LGPL - - - - - - - - - - - - - DoctrineDBAL - Doctrine Database Abstraction Layer - pear.doctrine-project.org - The Doctrine DBAL package is the database abstraction layer used to power the ORM package. - - - - LGPL - - - - - - - - - - DoctrineORM @@ -225,4 +173,5 @@ +