summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-12-10 01:29:01 +0000
committerRafael H. Schloming <rhs@apache.org>2008-12-10 01:29:01 +0000
commit45011b6a2bdd51ec0872491895f00828a5acac32 (patch)
tree743bd792e66c6a5117ec5570769506c3c0a6690a /java/build.xml
parentccb26f9f65930a16bf6ee9af14cadacc3028177f (diff)
downloadqpid-python-45011b6a2bdd51ec0872491895f00828a5acac32.tar.gz
removed incubating from various shell scripts, release artifacts, and READMEs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index fc395c9764..9d405c7e4c 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -32,7 +32,7 @@
${modules.plugin} ${modules.examples} ${modules.tests}
${modules.management} ${modules.management.tools}"/>
- <property name="qpid.jar" location="${build.lib}/qpid-incubating.jar"/>
+ <property name="qpid.jar" location="${build.lib}/qpid-all.jar"/>
<basename property="qpid.jar.name" file="${qpid.jar}"/>
<property name="resources" value="${project.root}/resources"/>