core/com.nokia.carbide.discovery.ui/plugin.xml
changeset 1752 34e87e5741a1
parent 1734 bf670d38123a
child 1810 2ccd3660a736
--- a/core/com.nokia.carbide.discovery.ui/plugin.xml	Tue Aug 03 11:50:05 2010 -0500
+++ b/core/com.nokia.carbide.discovery.ui/plugin.xml	Tue Aug 03 11:50:53 2010 -0500
@@ -118,5 +118,25 @@
           title="Install SDKs">
     </portalPageLayer>
  </extension>
+   <extension
+         point="org.eclipse.equinox.p2.engine.actions">
+      <action
+            class="org.eclipse.sequoyah.pulsar.internal.core.action.ExecuteAction"
+            name="org.eclipse.equinox.p2.touchpoint.natives.execute"
+            touchpointType="org.eclipse.equinox.p2.native"
+            touchpointVersion="1.0.0"
+            version="1.0.0">
+      </action>
+   </extension>
+   <extension
+         point="org.eclipse.equinox.p2.engine.actions">
+      <action
+            class="org.eclipse.sequoyah.pulsar.internal.core.action.UnzipAndExecuteAction"
+            name="org.eclipse.equinox.p2.touchpoint.natives.unzipandexecute"
+            touchpointType="org.eclipse.equinox.p2.native"
+            touchpointVersion="1.0.0"
+            version="1.0.0">
+      </action>
+   </extension>
 
 </plugin>