debuggercdi/com.nokia.carbide.cpp.debug.kernelaware/plugin.xml
author bkirk
Tue, 21 Sep 2010 10:33:50 -0700
changeset 2086 218e49ed806f
parent 1514 2f6eab894fc5
permissions -rw-r--r--
should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6; making these changes requires the project to have custom compiler settings in order to continue to import XPathAPI from its original location com.sun.org.apache.xpath.internal, which is still in JavaSE-1.6 rt.jar .

<?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="Classic 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>