Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-09-30 18:56:11 +0000
committerJohn Arthorne2007-09-30 18:56:11 +0000
commit1f7cf4b36818b7f9aa128b430b0717ee03267454 (patch)
tree43fdeb4be6a1dbd37de60cb1257a0ee5667f6d27 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
parent2ccb446cc885495686cc9eb430c4a98031b3cfc5 (diff)
downloadrt.equinox.p2-1f7cf4b36818b7f9aa128b430b0717ee03267454.tar.gz
rt.equinox.p2-1f7cf4b36818b7f9aa128b430b0717ee03267454.tar.xz
rt.equinox.p2-1f7cf4b36818b7f9aa128b430b0717ee03267454.zip
Initial rename (before testing)
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
index 8fae48c47..37cda2779 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
@@ -1,8 +1,8 @@
<plugin>
- <extension point="org.eclipse.equinox.prov.engine.touchpoints" id="eclipse" name="Eclipse Touchpoint">
+ <extension point="org.eclipse.equinox.p2.engine.touchpoints" id="eclipse" name="Eclipse Touchpoint">
<touchpoint
type="eclipse"
- class="org.eclipse.equinox.internal.prov.touchpoint.eclipse.EclipseTouchpoint"
+ class="org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint"
version="1.0.0"/>
</extension>
</plugin>

Back to the top