Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-11-10 19:27:24 +0000
committerSimon Kaegi2008-11-10 19:27:24 +0000
commit04e29098c0b244b86a9e71bdba81dd9a00b7491a (patch)
tree915000417fa1d206a29d0b456b70d2d9637351cb /bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml
parent669c6762ffbdffe4c1e42f67344c42a025a255fd (diff)
downloadrt.equinox.p2-04e29098c0b244b86a9e71bdba81dd9a00b7491a.tar.gz
rt.equinox.p2-04e29098c0b244b86a9e71bdba81dd9a00b7491a.tar.xz
rt.equinox.p2-04e29098c0b244b86a9e71bdba81dd9a00b7491a.zip
Bug 252685 [touchpoints] Cleanout redundant actions
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml b/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml
index c7ac11bef..ac366ee16 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml
@@ -48,6 +48,26 @@
<extension
point="org.eclipse.equinox.p2.engine.actions">
<action
+ class="org.eclipse.equinox.internal.p2.touchpoint.natives.actions.MkdirAction"
+ name="mkdir"
+ 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.equinox.internal.p2.touchpoint.natives.actions.RmdirAction"
+ name="rmdir"
+ 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.equinox.internal.p2.touchpoint.natives.actions.UnzipAction"
name="unzip"
touchpointType="org.eclipse.equinox.p2.native"

Back to the top