From 35e88ad9c8304d4f72bc712a57413c753906bc74 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 21 Jan 2009 17:41:46 +0000 Subject: QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for management console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736349 13f79535-47bb-0310-9956-ffa450edef68 --- .../eclipse-plugin/build-release-common.properties | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'java/management/eclipse-plugin/build-release-common.properties') diff --git a/java/management/eclipse-plugin/build-release-common.properties b/java/management/eclipse-plugin/build-release-common.properties index fa47cdf280..4c5ebecc41 100644 --- a/java/management/eclipse-plugin/build-release-common.properties +++ b/java/management/eclipse-plugin/build-release-common.properties @@ -19,20 +19,14 @@ # # -artifactId=org.apache.qpid.management.ui -mcplugin.version=0.1.0-${project.version} -mcplugin.filename=${artifactId}_${mcplugin.version} +artifact.id=org.apache.qpid.management.ui +mcplugin.version=0.2.0-${project.version} +mcplugin.filename=${artifact.id}_${mcplugin.version} mcplugin.contents.dir=${module.classes} mcplugin.manifest=${module.manifest} -bin.dir=bin - -startup.jar=src/main/resources/startup.jar - -license.eclipse.txt=src/main/resources/license.eclipse.txt - jmxremote.sasl.manifest=src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF qpidmanagementcommon.manifest=src/main/resources/qpid-management-common-plugin/MANIFEST.MF -- cgit v1.2.1