diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-01-07 16:38:20 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-01-07 16:38:20 +0000 |
| commit | a7efe68e5e40fc951ac7d79f17298b1e7129a952 (patch) | |
| tree | e8f284f9534bd169546018a233b5140ed8c76fb7 /qpid/java/common.xml | |
| parent | 5fea304cfc23d056f94323404ff62320e541bbd7 (diff) | |
| download | qpid-python-a7efe68e5e40fc951ac7d79f17298b1e7129a952.tar.gz | |
Only define cobertura task definition when it's about to get used.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 146781ec23..e9e007c8ef 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -61,8 +61,6 @@ </fileset> </path> - <taskdef classpathref="cobertura.classpath" resource="tasks.properties" /> - <macrodef name="indirect"> <attribute name="name"/> <attribute name="variable"/> @@ -134,6 +132,10 @@ </junitreport> </target> + <target name="cobertura-init"> + <taskdef classpathref="cobertura.classpath" resource="tasks.properties" /> + </target> + <target name="help" description="display detailed build documentation"> <echo> ant build |
