diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-12-03 23:08:33 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-12-03 23:08:33 +0000 |
| commit | 4e76800d4d4a1599452c52b473ab5e2684160698 (patch) | |
| tree | 93b640ac31ced00363ccc3c797fe90d8ecd67898 /java/management/eclipse-plugin/build.xml | |
| parent | 095d573ebd5c1a3f6cec3e9c6425f6282e343be7 (diff) | |
| download | qpid-python-4e76800d4d4a1599452c52b473ab5e2684160698.tar.gz | |
QPID-2232: rename the RCP application release artifacts to include jmx-management-console instead of management-eclipse-plugin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@886976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/build.xml')
| -rw-r--r-- | java/management/eclipse-plugin/build.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/management/eclipse-plugin/build.xml b/java/management/eclipse-plugin/build.xml index 9952ff66e3..51587c7984 100644 --- a/java/management/eclipse-plugin/build.xml +++ b/java/management/eclipse-plugin/build.xml @@ -72,32 +72,32 @@ <target name="release-bin" depends="build"> <!-- linux gtk x86 --> <ant antfile="build-release.xml"> - <property file="build-release-linux-gtk-x86.properties"/> <property file="build-release-common.properties"/> + <property file="build-release-linux-gtk-x86.properties"/> </ant> <!-- linux gtk x86_64 --> <ant antfile="build-release.xml"> - <property file="build-release-linux-gtk-x86_64.properties"/> <property file="build-release-common.properties"/> + <property file="build-release-linux-gtk-x86_64.properties"/> </ant> <!-- solaris gtk sparc --> <ant antfile="build-release.xml"> - <property file="build-release-solaris-gtk-sparc.properties"/> <property file="build-release-common.properties"/> + <property file="build-release-solaris-gtk-sparc.properties"/> </ant> <!-- mac os x --> <ant antfile="build-release-macosx.xml"> - <property file="build-release-macosx.properties"/> <property file="build-release-common.properties"/> + <property file="build-release-macosx.properties"/> </ant> <!-- win32 win32 x86 --> <ant antfile="build-release.xml"> - <property file="build-release-win32-win32-x86.properties"/> <property file="build-release-common.properties"/> + <property file="build-release-win32-win32-x86.properties"/> </ant> </target> |
