diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-01-21 17:41:46 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-01-21 17:41:46 +0000 |
| commit | 35e88ad9c8304d4f72bc712a57413c753906bc74 (patch) | |
| tree | 5d964ae1c7362228af9fdb0a3b977a720251b8a5 /java/management/eclipse-plugin/build-release-common.properties | |
| parent | 278cf1c39aa528b4834aa76f5f6175295185b3ca (diff) | |
| download | qpid-python-35e88ad9c8304d4f72bc712a57413c753906bc74.tar.gz | |
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
Diffstat (limited to 'java/management/eclipse-plugin/build-release-common.properties')
| -rw-r--r-- | java/management/eclipse-plugin/build-release-common.properties | 12 |
1 files changed, 3 insertions, 9 deletions
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 |
