[Title] Rollback plugin.xml
authordonghyuk.yang <donghyuk.yang@samsung.com>
Sat, 17 Nov 2012 10:52:02 +0000 (19:52 +0900)
committerdonghyuk.yang <donghyuk.yang@samsung.com>
Sat, 17 Nov 2012 10:52:02 +0000 (19:52 +0900)
org.tizen.nativeplatform/OSGI-INF/l10n/bundle.properties
org.tizen.nativeplatform/plugin.xml

index acc330b..26254b8 100644 (file)
@@ -6,13 +6,3 @@ org.tizen.nativeplatform.password.label=Password
 org.tizen.nativeplatform.page.name=Platform
 
 view.rootstrap = Rootstrap View
-
-activity.description = Popup UI
-activity.name.2 = Popup UI
-activity.description.0 = Launch UI elements from CDT
-activity.name.3 = CDT Launch UI Elements
-activity.description.1 = ToolChain Editor Property Page
-activity.name.4 = CDT ToolChain Editor Page Elements
-activity.description.2 = Wizard UI
-activity.name.5 = Wizard UI
-
index 61060b7..0d0dc52 100644 (file)
             parentId="org.eclipse.ui.contexts.window">
       </context>
        </extension>
-       
-       <extension
-        point="org.eclipse.ui.activities">
-        <!-- disable rhino lauch shortcuts & wst launch shortcut -->
-        <activity
-            name="%activity.name.2"
-            description="%activity.description"
-            id="org.tizen.web.launch.DisablePopupMenu">
-        <enabledWhen>
-            <with variable="activeWorkbenchWindow.activePerspective">
-                               <not>
-                                       <equals value="org.tizen.nativeplatform.perspective"/>
-                               </not>
-            </with>
-        </enabledWhen>
-        </activity>
-        
-        <activity
-            name="%activity.name.3"
-            description="%activity.description.0"
-            id="org.tizen.nativeapp.DisableCDTLaunchUIActivity">
 
-            <enabledWhen>
-                <with variable="activeWorkbenchWindow.activePerspective">
-                                       <not>
-                                               <equals value="org.tizen.nativeplatform.perspective"/>
-                                       </not>                   
-                </with>
-            </enabledWhen>
-        </activity>
-        
-        <activity
-              description="%activity.description.1"
-              id="org.tizen.nativeapp.DisableCDTToolChainEditorPageActivity"
-              name="%activity.name.4">
-            <enabledWhen>
-                <with variable="activeWorkbenchWindow.activePerspective">
-                                       <not>
-                                               <equals value="org.tizen.nativeplatform.perspective"/>
-                                       </not>
-                </with>
-            </enabledWhen>
-        </activity>
-        
-        <activity
-            name="%activity.name.5"
-            description="%activity.description.2"
-            id="org.tizen.web.DisableWizardsActivity">
-            <enabledWhen>
-                <with variable="activeWorkbenchWindow.activePerspective">
-                                       <not>
-                                               <equals value="org.tizen.nativeplatform.perspective"/>
-                                       </not>
-                </with>
-            </enabledWhen>
-        </activity>
-    </extension>
-       
 <!-- package manager end -->
 </plugin>