summaryrefslogtreecommitdiff
path: root/java/common.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-09-05 15:31:08 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-09-05 15:31:08 +0000
commit115927359841b7aaa5f74340a6ba7abae6ca92b2 (patch)
tree6e77496435506569fc133c6b75b8aff1ff761fd9 /java/common.xml
parent3fab8e0750ab1fe0a6b68545594033559133ca6a (diff)
downloadqpid-python-115927359841b7aaa5f74340a6ba7abae6ca92b2.tar.gz
QPID-1257 : Add new build target 'release-bin' that will generate a broker and client package. Documenation will be added to the wiki such that performance tests could also be packaged.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@692461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
-rw-r--r--java/common.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/common.xml b/java/common.xml
index 8606a24edb..effd127805 100644
--- a/java/common.xml
+++ b/java/common.xml
@@ -26,6 +26,7 @@
<property name="project.version" value="incubating-M3"/>
<property name="project.namever" value="${project.name}-${project.version}"/>
+ <property name="resources" location="${project.root}/resources"/>
<property name="build" location="${project.root}/build"/>
<property name="build.bin" location="${build}/bin"/>
<property name="build.etc" location="${build}/etc"/>
@@ -38,6 +39,7 @@
<property name="build.data" location="${build}/data"/>
<property name="build.plugins" location="${build}/lib/plugins"/>
+
<property name="java.target" value="1.5"/>
<property name="java.source" value="1.5"/>