Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2009-06-11 16:23:28 +0000
committerSimon Kaegi2009-06-11 16:23:28 +0000
commit40c53f4dfe6bc686920cd87d20e139f89b92e163 (patch)
treea071631bfdfce55500e220029afa16302003ea86 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
parent9b0f9f39c0e6621166089083807d40074b7bead6 (diff)
downloadrt.equinox.p2-40c53f4dfe6bc686920cd87d20e139f89b92e163.tar.gz
rt.equinox.p2-40c53f4dfe6bc686920cd87d20e139f89b92e163.tar.xz
rt.equinox.p2-40c53f4dfe6bc686920cd87d20e139f89b92e163.zip
Bug 279542 [eclipse] link action no longer supports @artifactv20090611-1224
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 d5d246e69..01940251a 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
@@ -68,6 +68,16 @@
<extension
point="org.eclipse.equinox.p2.engine.actions">
<action
+ class="org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.LinkAction"
+ name="ln"
+ 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