diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-12-09 20:04:34 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-12-09 20:04:34 +0000 |
| commit | 0021f69b7a3acd2d88c44478646a36674d2db617 (patch) | |
| tree | b3bf3b7ce615a079b6769a4ead207712088c7178 /qpid/java | |
| parent | 1770fd804750bb39f693045901b74d1b20e8cca4 (diff) | |
| download | qpid-python-0021f69b7a3acd2d88c44478646a36674d2db617.tar.gz | |
QPID-1753: Update the Qman modules build.xml to use the release-bin task, update the release.sh script to copy the resulting artifact
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/management/client/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/management/client/build.xml b/qpid/java/management/client/build.xml index 2d671d20a9..f7fa5449ff 100644 --- a/qpid/java/management/client/build.xml +++ b/qpid/java/management/client/build.xml @@ -38,6 +38,8 @@ </target> + <target name="release-bin" depends="release-bin-tasks"/> + <target name="resources-release" description="copy resources into module release"> <copy todir="${module.release}" failonerror="false" flatten="true"> <fileset dir="${resources}" excludes="META-INF"> |
