summaryrefslogtreecommitdiff
path: root/qpid/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
commit39d18a81fa950cc83e98ea5bd42a2bd014cd46f7 (patch)
tree9cf1dfd93648932e6d847ad7640f474686ab7a02 /qpid/java/common.xml
parent67cb9d3c75bada36fae0086a04b6b1e9fc92459f (diff)
downloadqpid-python-39d18a81fa950cc83e98ea5bd42a2bd014cd46f7.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@692461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index 8606a24edb..effd127805 100644
--- a/qpid/java/common.xml
+++ b/qpid/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"/>