remove references to com.nokia.carbide.cpp.buildProject, use org.eclipse.ui.project.buildProject
authortimkelly
Tue, 14 Sep 2010 08:42:24 -0500
changeset 1998 d14d52983564
parent 1997 46dd82743e58
child 1999 8fef5b8ecdd8
remove references to com.nokia.carbide.cpp.buildProject, use org.eclipse.ui.project.buildProject
core/com.nokia.carbide.cpp/plugin.xml
--- a/core/com.nokia.carbide.cpp/plugin.xml	Mon Sep 13 16:38:53 2010 -0500
+++ b/core/com.nokia.carbide.cpp/plugin.xml	Tue Sep 14 08:42:24 2010 -0500
@@ -230,10 +230,6 @@
             commandId="com.nokia.carbide.cpp.builder.utils.commands.compileSource"
             schemeId="com.nokia.carbide.cpp.carbidedefault"/>
 		<key
-            commandId="com.nokia.carbide.cpp.buildProject"
-            sequence="M1+B"
-            schemeId="com.nokia.carbide.cpp.carbidedefault" />
-		<key
             commandId="com.nokia.carbide.cpp.builder.utils.commands.abldTarget"
             sequence="M1+M3+B"
             schemeId="com.nokia.carbide.cpp.carbidedefault" />
@@ -321,7 +317,7 @@
 		<!-- CW Make -->
  		<key
 			sequence="F7"
-			commandId="com.nokia.carbide.cpp.buildProject"
+			commandId="org.eclipse.ui.project.buildProject"
 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
 		<!-- CW Remove Object Code (Clean) -->	
 		<key