Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'p2/org.eclipse.cdt.p2/plugin.xml')
-rw-r--r--p2/org.eclipse.cdt.p2/plugin.xml29
1 files changed, 10 insertions, 19 deletions
diff --git a/p2/org.eclipse.cdt.p2/plugin.xml b/p2/org.eclipse.cdt.p2/plugin.xml
index d3184861b97..6ac0bc1c8c0 100644
--- a/p2/org.eclipse.cdt.p2/plugin.xml
+++ b/p2/org.eclipse.cdt.p2/plugin.xml
@@ -2,30 +2,21 @@
<?eclipse version="3.2"?>
<plugin>
<extension
- id="org.eclipse.cdt.p2.internal.repo.artifact.InstallArtifactRepository"
- name="%installArtifactRepository"
- point="org.eclipse.equinox.p2.artifact.repository.artifactRepositories">
- <factory
- class="org.eclipse.cdt.p2.internal.repo.artifact.InstallArtifactRepositoryFactory">
- </factory>
- <filter
- suffix="installArtifact.xml">
- </filter>
- </extension>
- <extension
- point="org.eclipse.equinox.p2.engine.touchpoints">
- <touchpoint
- class="org.eclipse.cdt.p2.internal.touchpoint.SDKTouchpoint"
- type="org.eclipse.cdt.p2.internal.touchpoint.SDKTouchpoint"
+ point="org.eclipse.equinox.p2.engine.actions">
+ <action
+ class="org.eclipse.cdt.internal.p2.touchpoint.natives.actions.UntarAction"
+ name="untar"
+ touchpointType="org.eclipse.equinox.p2.native"
+ touchpointVersion="1.0.0"
version="1.0.0">
- </touchpoint>
+ </action>
</extension>
<extension
point="org.eclipse.equinox.p2.engine.actions">
<action
- class="org.eclipse.cdt.p2.internal.touchpoint.ExtractAction"
- name="extract"
- touchpointType="org.eclipse.cdt.p2.internal.touchpoint.SDKTouchpoint"
+ class="org.eclipse.cdt.internal.p2.touchpoint.natives.actions.CleanupUntarAction"
+ name="cleanupuntar"
+ touchpointType="org.eclipse.equinox.p2.native"
touchpointVersion="1.0.0"
version="1.0.0">
</action>

Back to the top