debuggercdi/com.nokia.carbide.cpp.debug.kernelaware/plugin.xml
author timkelly
Tue, 22 Jun 2010 14:54:23 -0500
branchC3_BUILDER_WORK
changeset 1522 58667ad9656d
parent 0 fb279309251b
child 1514 2f6eab894fc5
permissions -rw-r--r--
Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2. Clean up the Build Configuration Filtering prefs and rename hyperlinks from other prefs to note the new name.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension
         point="org.eclipse.ui.views">
      <category
            name="Carbide.c++"
            id="com.nokia.carbide.cpp">
      </category>
      <view
            name="Symbian OS Data"
            icon="icons/symbian-120.gif"
            category="com.nokia.carbide.cpp"
            class="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"
            id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView">
      </view>
   </extension>

   <extension point="org.eclipse.ui.perspectiveExtensions">
          <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
               <view
               		id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"
                    relative="org.eclipse.debug.ui.VariableView"
                    relationship="stack"/>
               <viewShortcut id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"/>
          </perspectiveExtension>
   </extension>

</plugin>