diff options
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 |
