120087 [CheatSheet] Cheat sheet action set should not be defined in sdk plugin
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties
index 25135cd..f07a638 100644
--- a/platform/org.eclipse.platform/plugin.properties
+++ b/platform/org.eclipse.platform/plugin.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 2007 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
@@ -23,6 +23,8 @@
 This product includes software developed by the\n\
 Apache Software Foundation http://www.apache.org/
 
+cheatsheet.actionset = Cheat Sheets
+cheatsheet.item = &Cheat Sheets...
 cheatsheet.category.team = Team/CVS
 cheatsheet.cvs.checkout.name= Check out a CVS project
 cheatsheet.cvs.checkout.desc= Learn how to connect to a CVS repository and check out a project.
diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml
index 15f0095..da9d58c 100644
--- a/platform/org.eclipse.platform/plugin.xml
+++ b/platform/org.eclipse.platform/plugin.xml
@@ -108,4 +108,19 @@
       </page>
    </extension>
 
+   <extension
+         point="org.eclipse.ui.actionSets">
+      <actionSet
+            label="%cheatsheet.actionset"
+            visible="true"
+            id="org.eclipse.ui.cheatsheets.actionSet">
+         <action
+               label="%cheatsheet.item"
+               class="org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction"
+               menubarPath="help/group.tutorials"
+               id="org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction">
+         </action>
+      </actionSet>
+   </extension>
+
 </plugin>
diff --git a/platform/org.eclipse.sdk/plugin.properties b/platform/org.eclipse.sdk/plugin.properties
index 6a5bb06..58362f0 100644
--- a/platform/org.eclipse.sdk/plugin.properties
+++ b/platform/org.eclipse.sdk/plugin.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 2007 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
@@ -63,9 +63,6 @@
 search.Eclipse.label = Eclipse.org 
 search.Eclipse.desc = Searches mailing lists, news groups, articles and other documents on Eclipse.org
 
-CHEAT_SHEETS = Cheat Sheets
-CHEAT_SHEETS_MENU = &Cheat Sheets...
-
 productIntroTitle = Welcome to Eclipse 3.3
 productIntroBrandingText = Eclipse Project
 introDescription-overview = Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. It provides a feature-rich development environment that allows the developer to efficiently create tools that integrate seamlessly into the Eclipse Platform.
diff --git a/platform/org.eclipse.sdk/plugin.xml b/platform/org.eclipse.sdk/plugin.xml
index aa7f088..396eaaa 100644
--- a/platform/org.eclipse.sdk/plugin.xml
+++ b/platform/org.eclipse.sdk/plugin.xml
@@ -286,20 +286,5 @@
       		</param>
       </engine>
     </extension>
-    
-   <extension
-         point="org.eclipse.ui.actionSets">
-      <actionSet
-            label="%CHEAT_SHEETS"
-            visible="true"
-            id="org.eclipse.ui.cheatsheets.actionSet">
-         <action
-               label="%CHEAT_SHEETS_MENU"
-               class="org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction"
-               menubarPath="help/group.tutorials"
-               id="org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction">
-         </action>
-      </actionSet>
-   </extension>
 
 </plugin>