core/com.nokia.carbide.discovery.ui/plugin.xml
changeset 1752 34e87e5741a1
parent 1734 bf670d38123a
child 1810 2ccd3660a736
equal deleted inserted replaced
1751:4a0d736ba6a0 1752:34e87e5741a1
   116           order="25"
   116           order="25"
   117           pageId="com.nokia.carbide.discovery.ui.kitsPage"
   117           pageId="com.nokia.carbide.discovery.ui.kitsPage"
   118           title="Install SDKs">
   118           title="Install SDKs">
   119     </portalPageLayer>
   119     </portalPageLayer>
   120  </extension>
   120  </extension>
       
   121    <extension
       
   122          point="org.eclipse.equinox.p2.engine.actions">
       
   123       <action
       
   124             class="org.eclipse.sequoyah.pulsar.internal.core.action.ExecuteAction"
       
   125             name="org.eclipse.equinox.p2.touchpoint.natives.execute"
       
   126             touchpointType="org.eclipse.equinox.p2.native"
       
   127             touchpointVersion="1.0.0"
       
   128             version="1.0.0">
       
   129       </action>
       
   130    </extension>
       
   131    <extension
       
   132          point="org.eclipse.equinox.p2.engine.actions">
       
   133       <action
       
   134             class="org.eclipse.sequoyah.pulsar.internal.core.action.UnzipAndExecuteAction"
       
   135             name="org.eclipse.equinox.p2.touchpoint.natives.unzipandexecute"
       
   136             touchpointType="org.eclipse.equinox.p2.native"
       
   137             touchpointVersion="1.0.0"
       
   138             version="1.0.0">
       
   139       </action>
       
   140    </extension>
   121 
   141 
   122 </plugin>
   142 </plugin>