diff options
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 2c9d74fcc1..b169e4942c 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -38,8 +38,8 @@ <property name="build.release.prepare" location="${build.release}/prepare"/> <property name="build.data" location="${build}/data"/> <property name="build.plugins" location="${build}/lib/plugins"/> - - + <property name="build.coveragereport" location="${build}/coverage"/> + <property name="java.target" value="1.5"/> <property name="java.source" value="1.5"/> @@ -51,6 +51,17 @@ <property name="javac.compiler.args" value=""/> + <property name="cobertura.dir" value="${project.root}/lib/cobertura" /> + + <path id="cobertura.classpath"> + <fileset dir="${cobertura.dir}"> + <include name="cobertura.jar" /> + <include name="lib/**/*.jar" /> + </fileset> + </path> + + <taskdef classpathref="cobertura.classpath" resource="tasks.properties" /> + <macrodef name="indirect"> <attribute name="name"/> <attribute name="variable"/> |
