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.engine/schema/touchpoints.exsd
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.engine/schema/touchpoints.exsd')
-rw-r--r--bundles/org.eclipse.equinox.p2.engine/schema/touchpoints.exsd10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.equinox.p2.engine/schema/touchpoints.exsd b/bundles/org.eclipse.equinox.p2.engine/schema/touchpoints.exsd
index e085a524a..1748a815e 100644
--- a/bundles/org.eclipse.equinox.p2.engine/schema/touchpoints.exsd
+++ b/bundles/org.eclipse.equinox.p2.engine/schema/touchpoints.exsd
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.equinox.prov.engine">
+<schema targetNamespace="org.eclipse.equinox.p2.engine">
<annotation>
<appInfo>
- <meta.schema plugin="org.eclipse.equinox.prov.engine" id="touchpoints" name="Touchpoints"/>
+ <meta.schema plugin="org.eclipse.equinox.p2.engine" id="touchpoints" name="Touchpoints"/>
</appInfo>
<documentation>
[Enter description of this extension point.]
@@ -58,7 +58,7 @@
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.equinox.prov.engine.ITouchpoint"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.equinox.p2.engine.ITouchpoint"/>
</appInfo>
</annotation>
</attribute>
@@ -117,10 +117,10 @@
<documentation>
&lt;p&gt;
&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.equinox.prov.engine.installAdaptors&quot; id=&quot;eclipse&quot; name=&quot;Eclipse Install Adaptor&quot;&gt;
+ &lt;extension point=&quot;org.eclipse.equinox.p2.engine.installAdaptors&quot; id=&quot;eclipse&quot; name=&quot;Eclipse Install Adaptor&quot;&gt;
&lt;installAdaptor
type=&quot;eclipse&quot;
- class=&quot;org.eclipse.equinox.internal.prov.eclipseAdaptor.EclipseInstallAdaptor&quot;
+ class=&quot;org.eclipse.equinox.internal.p2.eclipseAdaptor.EclipseInstallAdaptor&quot;
version=&quot;1.0.0&quot;/&gt;
&lt;/extension&gt;
&lt;/pre&gt;

Back to the top