From 4f22bbbc7654f6a7d58116a4eceddd58e5ecd44a Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 27 Aug 2011 13:23:17 +0200 Subject: [PATCH] Add support to distribute the XSD to a given directory during build process --- build.properties.dev | 1 + build.xml | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.properties.dev b/build.properties.dev index 7e72d6f1e..20e91dc37 100644 --- a/build.properties.dev +++ b/build.properties.dev @@ -8,6 +8,7 @@ report.dir=reports log.archive.dir=logs project.pirum_dir= project.download_dir= +project.xsd_dir= test.phpunit_configuration_file= test.phpunit_generate_coverage=0 test.pmd_reports=0 diff --git a/build.xml b/build.xml index 7981503a5..b36457f3d 100644 --- a/build.xml +++ b/build.xml @@ -223,7 +223,12 @@ - + + + + + + @@ -235,7 +240,7 @@ - +