sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/plugin.xml
changeset 6 f65f740e69f9
parent 1 1050670c6980
equal deleted inserted replaced
5:844b047e260d 6:f65f740e69f9
    82           <action
    82           <action
    83                label="Instrument and build with AnalyzeTool"
    83                label="Instrument and build with AnalyzeTool"
    84                class="com.nokia.s60tools.analyzetool.ui.actions.CompileSymbianComponent"
    84                class="com.nokia.s60tools.analyzetool.ui.actions.CompileSymbianComponent"
    85                menubarPath="com.nokia.s60tools.analyzetool.menu1/submen"
    85                menubarPath="com.nokia.s60tools.analyzetool.menu1/submen"
    86                enablesFor="+"
    86                enablesFor="+"
    87                 definitionId="com.nokia.s60tools.analyzetool.ui.actions.CompileSymbianComponent"
       
    88                id="com.nokia.s60tools.analyzetool.ui.actions.CompileSymbianComponent"
    87                id="com.nokia.s60tools.analyzetool.ui.actions.CompileSymbianComponent"
    89                tooltip="Instrument and build with AnalyzeTool">
    88                tooltip="Instrument and build with AnalyzeTool">
    90          </action>
    89          </action>
    91       </objectContribution>
    90       </objectContribution>
    92    </extension>
    91    </extension>
   217      <page
   216      <page
   218            category="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage"
   217            category="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage"
   219            class="com.nokia.s60tools.analyzetool.properties.PropertiesPage"
   218            class="com.nokia.s60tools.analyzetool.properties.PropertiesPage"
   220            id="com.nokia.s60tools.analyzetool.properties.PropertiesPage"
   219            id="com.nokia.s60tools.analyzetool.properties.PropertiesPage"
   221            name="AnalyzeTool"
   220            name="AnalyzeTool"
   222            objectClass="org.eclipse.core.resources.IProject">
       
   223            >
   221            >
       
   222            <enabledWhen>
       
   223             <instanceof
       
   224                   value="org.eclipse.core.resources.IProject">
       
   225             </instanceof>
       
   226          </enabledWhen>
   224      </page>
   227      </page>
   225   </extension>
   228   </extension>
   226 
   229 
   227 </plugin>
   230 </plugin>