From ca682b384050e23f4e8175c2ff91ed0bd52b2104 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 4 Dec 2010 10:59:14 +0100 Subject: [PATCH] Update build.xml with deployment tasks. --- build.properties.dev | 3 ++- build.xml | 27 ++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/build.properties.dev b/build.properties.dev index d0844332f..7e72d6f1e 100644 --- a/build.properties.dev +++ b/build.properties.dev @@ -6,7 +6,8 @@ build.dir=build dist.dir=dist report.dir=reports log.archive.dir=logs -svn.path=/usr/bin/svn +project.pirum_dir= +project.download_dir= test.phpunit_configuration_file= test.phpunit_generate_coverage=0 test.pmd_reports=0 diff --git a/build.xml b/build.xml index 1bf835843..83157508a 100644 --- a/build.xml +++ b/build.xml @@ -141,7 +141,7 @@ - + DoctrineORM Doctrine Object Relational Mapper @@ -180,4 +180,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file