Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2012-06-25 14:22:15 +0000
committerJohn Arthorne2012-06-25 14:22:15 +0000
commite066cc8029207bcba85498aae0c80d90030955fe (patch)
tree2794f023c70babfa67b46053b00f4cbfe6634e46
parent39d50f2995cd020f1a487b60812c8a495a186915 (diff)
downloadrt.equinox.p2-e066cc8029207bcba85498aae0c80d90030955fe.tar.gz
rt.equinox.p2-e066cc8029207bcba85498aae0c80d90030955fe.tar.xz
rt.equinox.p2-e066cc8029207bcba85498aae0c80d90030955fe.zip
Bug 378374 - Make sure there are no old Update Manager left-overs inv20120625-142215
packages
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk/plugin.properties4
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk/plugin.xml28
3 files changed, 3 insertions, 31 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
index 59196cde2..0cea35291 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.p2.ui.sdk;singleton:=true
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.ui.sdk.ProvSDKUIActivator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.properties b/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.properties
index 73ad9ec5b..b6810c0f2 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007, 2010 IBM Corporation and others.
+# Copyright (c) 2007, 2012 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -25,5 +25,3 @@ installedSoftwarePage = Installed Software
installHistoryPage = Installation History
preferenceKeywords.general=automatic update schedule download site software install import bundle
preferences=Update and Install Preferences
-classicCategoryName=Classic Update
-classicCategoryDesc=Enables classic update functionality \ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.xml b/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.xml
index f542dcddf..fbd7fc9b7 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk/plugin.xml
@@ -75,33 +75,7 @@
</menuContribution>
</extension>
- <extension
- point="org.eclipse.ui.activities">
- <activity
- description="%classicCategoryDesc"
- id="org.eclipse.equinox.p2.ui.sdk.classicUpdate"
- name="%classicCategoryName">
- </activity>
- <activityPatternBinding
- activityId="org.eclipse.equinox.p2.ui.sdk.classicUpdate"
- isEqualityPattern="false"
- pattern=".*org\.eclipse\.update\.internal.*">
- </activityPatternBinding>
- <activityPatternBinding
- activityId="org.eclipse.equinox.p2.ui.sdk.classicUpdate"
- isEqualityPattern="false"
- pattern=".*org\.eclipse\.ui\.update.*">
- </activityPatternBinding>
- <category
- description="%classicCategoryDesc"
- id="org.eclipse.equinox.p2.ui.sdk.category.classicUpdate"
- name="%classicCategoryName">
- </category>
- <categoryActivityBinding
- activityId="org.eclipse.equinox.p2.ui.sdk.classicUpdate"
- categoryId="org.eclipse.equinox.p2.ui.sdk.category.classicUpdate">
- </categoryActivityBinding>
- </extension>
+
<extension
id="preferences" point="org.eclipse.core.runtime.preferences" name="%preferences">
<initializer class="org.eclipse.equinox.internal.p2.ui.sdk.prefs.PreferenceInitializer"/>

Back to the top