Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2009-04-28 00:27:10 +0000
committerSimon Kaegi2009-04-28 00:27:10 +0000
commita5f1821479c7771d3c19cd180cb0e2c40720e443 (patch)
tree587b72c93976b86e98ea5bd80930b370baff02ab /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
parent013c8def6717dff92895e16839a852557d038233 (diff)
downloadrt.equinox.p2-a5f1821479c7771d3c19cd180cb0e2c40720e443.tar.gz
rt.equinox.p2-a5f1821479c7771d3c19cd180cb0e2c40720e443.tar.xz
rt.equinox.p2-a5f1821479c7771d3c19cd180cb0e2c40720e443.zip
Bug 273955 Cannot install TPTP features from Galileo update site in Eclipse 3.5.
We still need a chmod action in the eclipse touchpoint to support @artifact
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
index 6aa98b435..d5d246e69 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
@@ -58,6 +58,16 @@
<extension
point="org.eclipse.equinox.p2.engine.actions">
<action
+ class="org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction"
+ name="chmod"
+ touchpointType="org.eclipse.equinox.p2.osgi"
+ 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.eclipse.actions.CollectAction"
name="collect"
touchpointType="org.eclipse.equinox.p2.osgi"

Back to the top