From dd44af3cd2d879e6419b161e44f96743594a64c3 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Sun, 25 Jul 2010 16:09:28 -0500 Subject: [PATCH] Fixed broken 'build' target. --- build.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 5f3fe1fe..b1f523f6 100644 --- a/build.xml +++ b/build.xml @@ -26,7 +26,7 @@ IMPORTANT: The full version of the package does not include build scripts (inclu A numbered release can be built with: - phing build -Dversion=2.0-Alpha1 + phing build -Dversion=2.1-Alpha1 These are the basic tasks we anticipate performing with phing. However, the build script supports the running of several other tasks which may help you when debugging or developing QueryPath. Important ones are listed below. A complete list can be obtained by running 'phing -l' in this directory. @@ -98,7 +98,7 @@ To print this message, do: - @@ -109,9 +109,14 @@ To print this message, do: + + + + + + depends="setup,prebuild"> ${releasedir} @@ -142,7 +147,7 @@ To print this message, do: + depends="setup,prebuild"> @@ -206,12 +211,16 @@ To print this message, do: + + + depends="setup,prebuild,doc">