diff options
author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2006-12-13 12:28:14 +0000 |
---|---|---|
committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2006-12-13 12:28:14 +0000 |
commit | 061daffdce39efb100dbd066e3ef5468f07ce2af (patch) | |
tree | 7e3ecee1b3b08e64250509f9587ce503239b04de /java | |
parent | 52c4df998ad3cbc05d1a87250ebf6715b0e346f3 (diff) | |
download | qpid-python-061daffdce39efb100dbd066e3ef5468f07ce2af.tar.gz |
restructured the eclipse-plugin for packaging according to platform
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/management/eclipse-plugin/src/main/resources/eclipse.exe (renamed from java/management/eclipse-plugin/src/main/resources/qpidmc.exe) | bin | 180224 -> 180224 bytes | |||
-rw-r--r-- | java/management/eclipse-plugin/src/main/resources/unix/configuration/config.ini | 26 | ||||
-rw-r--r-- | java/management/eclipse-plugin/src/main/resources/win32/configuration/config.ini (renamed from java/management/eclipse-plugin/src/main/resources/configuration/config.ini) | 0 | ||||
-rw-r--r-- | java/management/eclipse-plugin/src/main/resources/win32/configuration/org.eclipse.osgi/bundles/16/1/.cp/swt-win32-3232.dll (renamed from java/management/eclipse-plugin/src/main/resources/configuration/org.eclipse.osgi/bundles/16/1/.cp/swt-win32-3232.dll) | bin | 323584 -> 323584 bytes |
4 files changed, 26 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/src/main/resources/qpidmc.exe b/java/management/eclipse-plugin/src/main/resources/eclipse.exe Binary files differindex 7826d1ed80..7826d1ed80 100644 --- a/java/management/eclipse-plugin/src/main/resources/qpidmc.exe +++ b/java/management/eclipse-plugin/src/main/resources/eclipse.exe diff --git a/java/management/eclipse-plugin/src/main/resources/unix/configuration/config.ini b/java/management/eclipse-plugin/src/main/resources/unix/configuration/config.ini new file mode 100644 index 0000000000..d50b06cbcf --- /dev/null +++ b/java/management/eclipse-plugin/src/main/resources/unix/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.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
+osgi.bundles.defaultStartLevel=4
diff --git a/java/management/eclipse-plugin/src/main/resources/configuration/config.ini b/java/management/eclipse-plugin/src/main/resources/win32/configuration/config.ini index dbe3f23fe9..dbe3f23fe9 100644 --- a/java/management/eclipse-plugin/src/main/resources/configuration/config.ini +++ b/java/management/eclipse-plugin/src/main/resources/win32/configuration/config.ini diff --git a/java/management/eclipse-plugin/src/main/resources/configuration/org.eclipse.osgi/bundles/16/1/.cp/swt-win32-3232.dll b/java/management/eclipse-plugin/src/main/resources/win32/configuration/org.eclipse.osgi/bundles/16/1/.cp/swt-win32-3232.dll Binary files differindex f028cec28d..f028cec28d 100644 --- a/java/management/eclipse-plugin/src/main/resources/configuration/org.eclipse.osgi/bundles/16/1/.cp/swt-win32-3232.dll +++ b/java/management/eclipse-plugin/src/main/resources/win32/configuration/org.eclipse.osgi/bundles/16/1/.cp/swt-win32-3232.dll |