summaryrefslogtreecommitdiff
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
commit2ad69edde9a42c1811315abc68f292243128bac4 (patch)
tree76319f3553ec12aa9f74c48e26d7a834297748fc
parenta99e00a1bc9c4ae4b66d92b9de78a7caaa5a743e (diff)
downloadqpid-python-2ad69edde9a42c1811315abc68f292243128bac4.tar.gz
QPID-2003 : Update build.xml to include build/scratch areas
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@797051 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml
index 155fef8656..ccca115c9d 100644
--- a/java/build.xml
+++ b/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>