From 42e83c4de6d31b9c965d37db30993d57f63adf3a Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Wed, 26 May 2010 11:56:43 -0400 Subject: [PATCH] Removing phing dependency resolving as it is done with submodules now. --- build-dependencies.properties | 9 ----- build-dependencies.xml | 62 ----------------------------------- build.xml | 6 ++-- 3 files changed, 2 insertions(+), 75 deletions(-) delete mode 100644 build-dependencies.properties delete mode 100644 build-dependencies.xml diff --git a/build-dependencies.properties b/build-dependencies.properties deleted file mode 100644 index e838223f8..000000000 --- a/build-dependencies.properties +++ /dev/null @@ -1,9 +0,0 @@ -dependencies=common,dbal - -common.version=2.0.0-BETA1 -common.srcdir=lib/Doctrine/Common -common.targetdir=lib/Doctrine/Common - -dbal.version=2.0.0-BETA1 -dbal.srcdir=lib/Doctrine/DBAL -dbal.targetdir=lib/Doctrine/DBAL diff --git a/build-dependencies.xml b/build-dependencies.xml deleted file mode 100644 index 85592dc85..000000000 --- a/build-dependencies.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build.xml b/build.xml index dd72e366c..66931ff0d 100644 --- a/build.xml +++ b/build.xml @@ -5,7 +5,6 @@ --> - @@ -30,14 +29,14 @@ - + - + @@ -85,7 +84,6 @@ Prepare the new build directories after cleaning --> -