debuggercdi/com.nokia.carbide.cpp.debug.kernelaware/plugin.xml
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 15:28:30 -0500
changeset 72 5464a0b24d87
parent 2 d760517a8095
child 1514 2f6eab894fc5
permissions -rw-r--r--
removed license page and TOC entry for 2.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
   <extension
cawthron
parents:
diff changeset
     6
         point="org.eclipse.ui.views">
cawthron
parents:
diff changeset
     7
      <category
cawthron
parents:
diff changeset
     8
            name="Carbide.c++"
cawthron
parents:
diff changeset
     9
            id="com.nokia.carbide.cpp">
cawthron
parents:
diff changeset
    10
      </category>
cawthron
parents:
diff changeset
    11
      <view
cawthron
parents:
diff changeset
    12
            name="Symbian OS Data"
cawthron
parents:
diff changeset
    13
            icon="icons/symbian-120.gif"
cawthron
parents:
diff changeset
    14
            category="com.nokia.carbide.cpp"
cawthron
parents:
diff changeset
    15
            class="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"
cawthron
parents:
diff changeset
    16
            id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView">
cawthron
parents:
diff changeset
    17
      </view>
cawthron
parents:
diff changeset
    18
   </extension>
cawthron
parents:
diff changeset
    19
cawthron
parents:
diff changeset
    20
   <extension point="org.eclipse.ui.perspectiveExtensions">
cawthron
parents:
diff changeset
    21
          <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
cawthron
parents:
diff changeset
    22
               <view
cawthron
parents:
diff changeset
    23
               		id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"
cawthron
parents:
diff changeset
    24
                    relative="org.eclipse.debug.ui.VariableView"
cawthron
parents:
diff changeset
    25
                    relationship="stack"/>
cawthron
parents:
diff changeset
    26
               <viewShortcut id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"/>
cawthron
parents:
diff changeset
    27
          </perspectiveExtension>
cawthron
parents:
diff changeset
    28
   </extension>
cawthron
parents:
diff changeset
    29
cawthron
parents:
diff changeset
    30
</plugin>