From 568698e3215d1e5981c692f8ed045cc2c0b2c1f9 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 19 Dec 2011 19:16:26 +0100 Subject: [PATCH] Add dependency to doctrine-build-common and refactor build.xml and build.properties --- .gitignore | 1 - .gitmodules | 3 + build.properties | 11 ++ build.xml | 222 +++---------------------------- lib/vendor/doctrine-build-common | 1 + 5 files changed, 33 insertions(+), 205 deletions(-) create mode 100644 build.properties create mode 160000 lib/vendor/doctrine-build-common diff --git a/.gitignore b/.gitignore index 329249d724..a91841777c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -build.properties build/ logs/ reports/ diff --git a/.gitmodules b/.gitmodules index ef840b0b96..21a1fb2fae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "lib/vendor/Symfony/Component/Yaml"] path = lib/vendor/Symfony/Component/Yaml url = git://github.com/symfony/Yaml.git +[submodule "lib/vendor/doctrine-build-common"] + path = lib/vendor/doctrine-build-common + url = https://github.com/doctrine/doctrine-build-common.git diff --git a/build.properties b/build.properties new file mode 100644 index 0000000000..6b45548c09 --- /dev/null +++ b/build.properties @@ -0,0 +1,11 @@ +# Project Name +project.name=DoctrineORM + +# Dependency minimum versions +dependencies.common=2.1.0 +dependencies.dbal=2.1.0 +dependencies.sfconsole=2.0.0 + +# Version class and file +project.version_class = Doctrine\ORM\Version +project.version_file = lib/Doctrine/ORM/Version.php diff --git a/build.xml b/build.xml index b36457f3d4..6bfe35a6d8 100644 --- a/build.xml +++ b/build.xml @@ -1,11 +1,7 @@ - - - - + + @@ -14,6 +10,8 @@ --> + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + DoctrineORM Doctrine Object Relational Mapper pear.doctrine-project.org @@ -172,129 +86,29 @@ LGPL - - + + - - - + + script Doctrine/Common/ Doctrine/DBAL/ - Symfony/Component/Yaml/ + Symfony/Component/Yaml/ Symfony/Component/Console/ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DoctrineSymfonyConsole - Symfony Console Component - pear.doctrine-project.org - A command line interface tool from the Symfony project. Packaged for shipping with Doctrine projects using ORM version numbers. - - NewBSD License - - - - - - - - - bin/ - Doctrine/Common/ - Doctrine/DBAL/ - Doctrine/ORM/ - Symfony/Component/Yaml/ - - - - - - DoctrineSymfonyYaml - Symfony Yaml Component - pear.doctrine-project.org - A YAML Parser from the Symfony project. Packaged for shipping with Doctrine projects using ORM version numbers. - - NewBSD License - - - - - - - - - bin/ - Doctrine/Common/ - Doctrine/DBAL/ - Doctrine/ORM/ - Symfony/Component/Console/ - - - - - - - - diff --git a/lib/vendor/doctrine-build-common b/lib/vendor/doctrine-build-common new file mode 160000 index 0000000000..5c43f26f82 --- /dev/null +++ b/lib/vendor/doctrine-build-common @@ -0,0 +1 @@ +Subproject commit 5c43f26f82bde0234c0645e349fb12a48bd39c7f