summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-07-23 12:58:51 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-07-23 12:58:51 +0000
commit2b88351d36e6f7eb6bb21b879ff5ddd48a6d1a73 (patch)
tree32dbf10caa036f4341f989e1933d2d0c51f44137 /qpid/java/build.xml
parent5acf1ab5dcea0250320321c4e51dd19133514f37 (diff)
downloadqpid-python-2b88351d36e6f7eb6bb21b879ff5ddd48a6d1a73.tar.gz
QPID-2003 : Update build.xml to include build/scratch areas
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 155fef8656..ccca115c9d 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -206,8 +206,11 @@
datafile="${build.coveragereport}/cobertura.ser"
>
<fileset dir="${project.root}/common/src/main/java" includes="**/*.java" />
+ <fileset dir="${project.root}/build/scratch/common/src" includes="**/*.java" />
<fileset dir="${project.root}/broker/src/main/java" includes="**/*.java" />
+ <fileset dir="${project.root}/build/scratch/broker/src" includes="**/*.java" />
<fileset dir="${project.root}/client/src/main/java" includes="**/*.java" />
+ <fileset dir="${project.root}/build/scratch/client/src" includes="**/*.java" />
</cobertura-report>
</target>