diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-11-26 18:23:31 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-11-26 18:23:31 +0000 |
| commit | cc1c75562925be828b024f2da14ac6152c6c5f51 (patch) | |
| tree | 6a03cd0b6d8d173310ec44b8ea24e96d53f114e2 /java/management/eclipse-plugin/build-release-common.properties | |
| parent | 43e26ecb7cdb04cf7a9c7e87fa7902b7ebe3f5ce (diff) | |
| download | qpid-python-cc1c75562925be828b024f2da14ac6152c6c5f51.tar.gz | |
QPID-1243 : Applied patch from Robert Gemmell. Took a different approach for the linux binaries as the provided binaries requried a newer libc than I have. Also restored the qpidversion.properties file generation for this module that
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@720931 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 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/build-release-common.properties b/java/management/eclipse-plugin/build-release-common.properties new file mode 100644 index 0000000000..244448e322 --- /dev/null +++ b/java/management/eclipse-plugin/build-release-common.properties @@ -0,0 +1,17 @@ +artifactId=org.apache.qpid.management.ui +mcplugin.version=0.1.0-${project.version} +mcplugin.filename=${artifactId}_${mcplugin.version} + +mcplugin.contents.dir=${module.classes} + +mcplugin.manifest=${module.manifest} + +bin.dir=bin + +startup.jar=src/main/resources/startup.jar + +eclipse.ini=src/main/resources/eclipse.ini + +license.eclipse.txt=src/main/resources/license.eclipse.txt + +jmxremote.sasl.manifest=src/main/resources/sasl/MANIFEST.MF |
