From 2aeb5d1c5ba063f7b459b0b00a731764101fc169 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Fri, 16 Jan 2009 14:17:23 +0000 Subject: QPID-1565: Move each platforms config + executables into a more appropriately named folder, and where suitable with the structure they should take within the console builds. Additionally, the component plugin's manifest folders are moved to indicate their usage better. There is also a patch to update the build process with the new locations. Patch from Robbie Gemmell gemmellr@dcs.gla.ac.uk git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735023 13f79535-47bb-0310-9956-ffa450edef68 --- .../eclipse-plugin/src/main/resources/eclipse.exe | Bin 180224 -> 0 bytes .../eclipse-plugin/src/main/resources/eclipse.ini | 23 --------------- .../src/main/resources/icons/Console.icns | Bin 51007 -> 0 bytes .../resources/jmxremote.sasl-plugin/MANIFEST.MF | 19 +++++++++++++ .../linux-gtk-x86/Configuration/config.ini | 27 ++++++++++++++++++ .../src/main/resources/linux-gtk-x86/eclipse.ini | 11 ++++++++ .../src/main/resources/linux-gtk-x86/qpidmc.ini | 11 ++++++++ .../src/main/resources/macosx/Contents/Info.plist | 31 +++++++++++++++++++++ .../main/resources/macosx/Contents/MacOS/eclipse | Bin 0 -> 59200 bytes .../resources/macosx/Contents/MacOS/eclipse.ini | 14 ++++++++++ .../resources/macosx/Contents/MacOS/qpidmc.ini | 14 ++++++++++ .../macosx/Contents/Resources/Console.icns | Bin 0 -> 51007 bytes .../src/main/resources/macosx/Info.plist | 31 --------------------- .../src/main/resources/macosx/eclipse | Bin 59200 -> 0 bytes .../src/main/resources/macosx/eclipse.ini | 14 ---------- .../qpid-management-common-plugin/MANIFEST.MF | 11 ++++++++ .../resources/qpidmanagementcommon/MANIFEST.MF | 11 -------- .../src/main/resources/sasl/MANIFEST.MF | 19 ------------- .../main/resources/unix/configuration/config.ini | 27 ------------------ .../src/main/resources/unix/eclipse.ini | 11 -------- .../win32-win32-x86/Configuration/config.ini | 26 +++++++++++++++++ .../src/main/resources/win32-win32-x86/eclipse.exe | Bin 0 -> 180224 bytes .../src/main/resources/win32-win32-x86/eclipse.ini | 23 +++++++++++++++ .../src/main/resources/win32-win32-x86/qpidmc.ini | 23 +++++++++++++++ .../main/resources/win32/configuration/config.ini | 26 ----------------- 25 files changed, 210 insertions(+), 162 deletions(-) delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/eclipse.exe delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/eclipse.ini delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/Configuration/config.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/eclipse.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/qpidmc.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist create mode 100755 qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Resources/Console.icns delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist delete mode 100755 qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/qpidmanagementcommon/MANIFEST.MF delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/unix/configuration/config.ini delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/unix/eclipse.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/Configuration/config.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.exe create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.ini create mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/qpidmc.ini delete mode 100644 qpid/java/management/eclipse-plugin/src/main/resources/win32/configuration/config.ini (limited to 'qpid/java/management/eclipse-plugin/src') diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/eclipse.exe b/qpid/java/management/eclipse-plugin/src/main/resources/eclipse.exe deleted file mode 100644 index 7826d1ed80..0000000000 Binary files a/qpid/java/management/eclipse-plugin/src/main/resources/eclipse.exe and /dev/null differ diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/eclipse.ini b/qpid/java/management/eclipse-plugin/src/main/resources/eclipse.ini deleted file mode 100644 index f56524580d..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/eclipse.ini +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -############################################################################### - --vmargs --Xms40m --Xmx256m --Declipse.consoleLog=true diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns b/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns deleted file mode 100644 index 610976efab..0000000000 Binary files a/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns and /dev/null differ diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF b/qpid/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF new file mode 100644 index 0000000000..fa11bac2ea --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: jmx sasl Plug-in +Bundle-SymbolicName: jmxremote.sasl +Bundle-Version: 1.0.1 +Bundle-ClassPath: jmxremote_optional.jar +Export-Package: com.sun.jmx.remote.generic, + com.sun.jmx.remote.opt.internal, + com.sun.jmx.remote.opt.security, + com.sun.jmx.remote.opt.util, + com.sun.jmx.remote.profile.sasl, + com.sun.jmx.remote.profile.tls, + com.sun.jmx.remote.protocol.jmxmp, + com.sun.jmx.remote.socket, + javax.management.remote.generic, + javax.management.remote.jmxmp, + javax.management.remote.message +Bundle-Vendor: +Bundle-Localization: plugin diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/Configuration/config.ini b/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/Configuration/config.ini new file mode 100644 index 0000000000..3c70d9aa0d --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/Configuration/config.ini @@ -0,0 +1,27 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### + +#Product Runtime Configuration File + +osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui +eclipse.product=org.apache.qpid.management.ui.product +eclipse.application=org.apache.qpid.management.ui.application +osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.gtk.linux.x86,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench,jmxremote.sasl,qpid-management-common +osgi.bundles.defaultStartLevel=4 +eof=eof diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/eclipse.ini b/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/eclipse.ini new file mode 100644 index 0000000000..33884bd8f1 --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/eclipse.ini @@ -0,0 +1,11 @@ +-startup +plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar +--launcher.library +plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805 +#-showsplash +#org.eclipse.platform +--launcher.XXMaxPermSize +256m +-vmargs +-Xms40m +-Xmx256m diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/qpidmc.ini b/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/qpidmc.ini new file mode 100644 index 0000000000..33884bd8f1 --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/linux-gtk-x86/qpidmc.ini @@ -0,0 +1,11 @@ +-startup +plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar +--launcher.library +plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805 +#-showsplash +#org.eclipse.platform +--launcher.XXMaxPermSize +256m +-vmargs +-Xms40m +-Xmx256m diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist new file mode 100644 index 0000000000..77f79a2944 --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist @@ -0,0 +1,31 @@ + + + + + CFBundleExecutable + eclipse + CFBundleGetInfoString + Apache Qpid Management Console for Mac OS X + CFBundleIconFile + Console.icns + CFBundleIdentifier + org.apache.qpid.management.ui + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Qpid Management Console + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.4 + CFBundleSignature + ???? + CFBundleVersion + 3.4 + Qpid Management Console + + -consoleLog + -showlocation + + + diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse new file mode 100755 index 0000000000..36247a08e4 Binary files /dev/null and b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse differ diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse.ini b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse.ini new file mode 100644 index 0000000000..d3c2505730 --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/eclipse.ini @@ -0,0 +1,14 @@ +-showsplash +org.eclipse.platform +-startup +../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar +--launcher.library +../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731 +-vmargs +#-Xdock:icon=../Resources/Eclipse.icns +-XstartOnFirstThread +-Xms40m +-Xmx512m +-XX:MaxPermSize=256m +-Dosgi.requiredJavaVersion=1.5 +-Dorg.eclipse.swt.internal.carbon.smallFonts diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini new file mode 100644 index 0000000000..d3c2505730 --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini @@ -0,0 +1,14 @@ +-showsplash +org.eclipse.platform +-startup +../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar +--launcher.library +../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731 +-vmargs +#-Xdock:icon=../Resources/Eclipse.icns +-XstartOnFirstThread +-Xms40m +-Xmx512m +-XX:MaxPermSize=256m +-Dosgi.requiredJavaVersion=1.5 +-Dorg.eclipse.swt.internal.carbon.smallFonts diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Resources/Console.icns b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Resources/Console.icns new file mode 100644 index 0000000000..610976efab Binary files /dev/null and b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Resources/Console.icns differ diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist deleted file mode 100644 index 77f79a2944..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - CFBundleExecutable - eclipse - CFBundleGetInfoString - Apache Qpid Management Console for Mac OS X - CFBundleIconFile - Console.icns - CFBundleIdentifier - org.apache.qpid.management.ui - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Qpid Management Console - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.4 - CFBundleSignature - ???? - CFBundleVersion - 3.4 - Qpid Management Console - - -consoleLog - -showlocation - - - diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse deleted file mode 100755 index 36247a08e4..0000000000 Binary files a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse and /dev/null differ diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini b/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini deleted file mode 100644 index d3c2505730..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini +++ /dev/null @@ -1,14 +0,0 @@ --showsplash -org.eclipse.platform --startup -../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar ---launcher.library -../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731 --vmargs -#-Xdock:icon=../Resources/Eclipse.icns --XstartOnFirstThread --Xms40m --Xmx512m --XX:MaxPermSize=256m --Dosgi.requiredJavaVersion=1.5 --Dorg.eclipse.swt.internal.carbon.smallFonts diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF b/qpid/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF new file mode 100644 index 0000000000..496dec6129 --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF @@ -0,0 +1,11 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 1 +Bundle-Name: Qpid management commonPlug-in +Bundle-SymbolicName: qpid-management-common +Bundle-Version: 1.0.0 +Bundle-ClassPath: qpid-management-common-M4.jar +Export-Package: org.apache.qpid.management.common, + org.apache.qpid.management.common.sasl +Bundle-Vendor: +Bundle-Localization: plugin +Require-Bundle: jmxremote.sasl diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/qpidmanagementcommon/MANIFEST.MF b/qpid/java/management/eclipse-plugin/src/main/resources/qpidmanagementcommon/MANIFEST.MF deleted file mode 100644 index 496dec6129..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/qpidmanagementcommon/MANIFEST.MF +++ /dev/null @@ -1,11 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 1 -Bundle-Name: Qpid management commonPlug-in -Bundle-SymbolicName: qpid-management-common -Bundle-Version: 1.0.0 -Bundle-ClassPath: qpid-management-common-M4.jar -Export-Package: org.apache.qpid.management.common, - org.apache.qpid.management.common.sasl -Bundle-Vendor: -Bundle-Localization: plugin -Require-Bundle: jmxremote.sasl diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF b/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF deleted file mode 100644 index fa11bac2ea..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF +++ /dev/null @@ -1,19 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: jmx sasl Plug-in -Bundle-SymbolicName: jmxremote.sasl -Bundle-Version: 1.0.1 -Bundle-ClassPath: jmxremote_optional.jar -Export-Package: com.sun.jmx.remote.generic, - com.sun.jmx.remote.opt.internal, - com.sun.jmx.remote.opt.security, - com.sun.jmx.remote.opt.util, - com.sun.jmx.remote.profile.sasl, - com.sun.jmx.remote.profile.tls, - com.sun.jmx.remote.protocol.jmxmp, - com.sun.jmx.remote.socket, - javax.management.remote.generic, - javax.management.remote.jmxmp, - javax.management.remote.message -Bundle-Vendor: -Bundle-Localization: plugin diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/unix/configuration/config.ini b/qpid/java/management/eclipse-plugin/src/main/resources/unix/configuration/config.ini deleted file mode 100644 index 3c70d9aa0d..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/unix/configuration/config.ini +++ /dev/null @@ -1,27 +0,0 @@ -############################################################################### -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -############################################################################### - -#Product Runtime Configuration File - -osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui -eclipse.product=org.apache.qpid.management.ui.product -eclipse.application=org.apache.qpid.management.ui.application -osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.gtk.linux.x86,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench,jmxremote.sasl,qpid-management-common -osgi.bundles.defaultStartLevel=4 -eof=eof diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/unix/eclipse.ini b/qpid/java/management/eclipse-plugin/src/main/resources/unix/eclipse.ini deleted file mode 100644 index 33884bd8f1..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/unix/eclipse.ini +++ /dev/null @@ -1,11 +0,0 @@ --startup -plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar ---launcher.library -plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805 -#-showsplash -#org.eclipse.platform ---launcher.XXMaxPermSize -256m --vmargs --Xms40m --Xmx256m diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/Configuration/config.ini b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/Configuration/config.ini new file mode 100644 index 0000000000..aa68db3e4e --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/Configuration/config.ini @@ -0,0 +1,26 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### + +#Product Runtime Configuration File + +osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui +eclipse.product=org.apache.qpid.management.ui.product +eclipse.application=org.apache.qpid.management.ui.application +osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.win32.win32.x86,org.eclipse.ui,org.eclipse.ui.forms,jmxremote.sasl,org.eclipse.ui.workbench,qpid-management-common +osgi.bundles.defaultStartLevel=4 diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.exe b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.exe new file mode 100644 index 0000000000..7826d1ed80 Binary files /dev/null and b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.exe differ diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.ini b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.ini new file mode 100644 index 0000000000..f56524580d --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/eclipse.ini @@ -0,0 +1,23 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### + +-vmargs +-Xms40m +-Xmx256m +-Declipse.consoleLog=true diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/qpidmc.ini b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/qpidmc.ini new file mode 100644 index 0000000000..f56524580d --- /dev/null +++ b/qpid/java/management/eclipse-plugin/src/main/resources/win32-win32-x86/qpidmc.ini @@ -0,0 +1,23 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### + +-vmargs +-Xms40m +-Xmx256m +-Declipse.consoleLog=true diff --git a/qpid/java/management/eclipse-plugin/src/main/resources/win32/configuration/config.ini b/qpid/java/management/eclipse-plugin/src/main/resources/win32/configuration/config.ini deleted file mode 100644 index aa68db3e4e..0000000000 --- a/qpid/java/management/eclipse-plugin/src/main/resources/win32/configuration/config.ini +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################### -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -############################################################################### - -#Product Runtime Configuration File - -osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui -eclipse.product=org.apache.qpid.management.ui.product -eclipse.application=org.apache.qpid.management.ui.application -osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.win32.win32.x86,org.eclipse.ui,org.eclipse.ui.forms,jmxremote.sasl,org.eclipse.ui.workbench,qpid-management-common -osgi.bundles.defaultStartLevel=4 -- cgit v1.2.1