diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:29:01 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:29:01 +0000 |
| commit | ea21ffd2442abb830ff9860c8b2576daa7a4d353 (patch) | |
| tree | fca6e5de19b4004fc4a20f1bfc13479a9e438cbd /qpid/java/build.xml | |
| parent | cad0d986721f80d7e1dbbad3295fb9eede860648 (diff) | |
| download | qpid-python-ea21ffd2442abb830ff9860c8b2576daa7a4d353.tar.gz | |
removed incubating from various shell scripts, release artifacts, and READMEs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index fc395c9764..9d405c7e4c 100644 --- a/qpid/java/build.xml +++ b/qpid/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"/> |
