diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-12-12 13:57:42 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-12-12 13:57:42 +0000 |
| commit | 618b2d6892fb5e4920e4ec661317dec095adf36d (patch) | |
| tree | 39d70b51a59bf44e420fb8029376d5cc2c7bb738 /qpid/java/build.xml | |
| parent | f37c17eb627bba10605809bfcef4b34b9e739fb9 (diff) | |
| download | qpid-python-618b2d6892fb5e4920e4ec661317dec095adf36d.tar.gz | |
QPID-1282: move dependency on build target up a few levels
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@726010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 9d405c7e4c..cea9b34b0e 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -216,7 +216,7 @@ <iterate target="instrument"/> </target> - <target name="cover-test" description="run tests and generate coverage information"> + <target name="cover-test" description="run tests and generate coverage information" depends="build"> <iterate target="cover-test" modules="broker client common"/> </target> |
