Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-09-22 13:56:26 +0000
committerTomasz Zarna2008-09-22 13:56:26 +0000
commitb698d05e01d5eb39118527867f3b9a79da303cd4 (patch)
tree68bd8d8a60edb76c38a3c5fcdf8ab27d56b285ec /bundles
parent95984069b6e794cdeaef5fb793944f0b92fbb6ad (diff)
downloadeclipse.platform.team-b698d05e01d5eb39118527867f3b9a79da303cd4.tar.gz
eclipse.platform.team-b698d05e01d5eb39118527867f3b9a79da303cd4.tar.xz
eclipse.platform.team-b698d05e01d5eb39118527867f3b9a79da303cd4.zip
bug 248120: Schemas should not refer to org.eclipse.core.runtime.contentTypes
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentMergeViewers.exsd2
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd2
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/streamMergers.exsd2
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd2
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureMergeViewers.exsd2
5 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentMergeViewers.exsd b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentMergeViewers.exsd
index b68d89768..04c5f9c15 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentMergeViewers.exsd
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentMergeViewers.exsd
@@ -96,7 +96,7 @@ content merge viewer and implements <samp>org.eclipse.compare.IViewerCreat
The id of a content type defined using the <code>org.eclipse.core.runtime.contentTypes</code> extension point.
</documentation>
<appinfo>
- <meta.attribute kind="identifier" basedOn="org.eclipse.core.runtime.contentTypes/content-type/@id"/>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.core.contenttype.contentTypes/content-type/@id"/>
</appinfo>
</annotation>
</attribute>
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd
index d57303970..791a42b63 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd
@@ -94,7 +94,7 @@ content viewer and implements &lt;samp&gt;org.eclipse.compare.IViewerCreator&lt;
The id of a content type defined using the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point.
</documentation>
<appinfo>
- <meta.attribute kind="identifier" basedOn="org.eclipse.core.runtime.contentTypes/content-type/@id"/>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.core.contenttype.contentTypes/content-type/@id"/>
</appinfo>
</annotation>
</attribute>
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/streamMergers.exsd b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/streamMergers.exsd
index c5385d8c5..58577e053 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/streamMergers.exsd
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/streamMergers.exsd
@@ -96,7 +96,7 @@ The extension point must implement the interface &lt;samp&gt;org.eclipse.compare
The id of a content type defined using the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point.
</documentation>
<appinfo>
- <meta.attribute kind="identifier" basedOn="org.eclipse.core.runtime.contentTypes/content-type/@id"/>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.core.contenttype.contentTypes/content-type/@id"/>
</appinfo>
</annotation>
</attribute>
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd
index 4e265f7f2..16abe163a 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd
@@ -94,7 +94,7 @@ The extension point must implement the interface &lt;samp&gt;org.eclipse.compare
The id of a content type defined using the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point.
</documentation>
<appinfo>
- <meta.attribute kind="identifier" basedOn="org.eclipse.core.runtime.contentTypes/content-type/@id"/>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.core.contenttype.contentTypes/content-type/@id"/>
</appinfo>
</annotation>
</attribute>
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureMergeViewers.exsd b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureMergeViewers.exsd
index 80c8a0b6b..0ac82ecd6 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureMergeViewers.exsd
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureMergeViewers.exsd
@@ -96,7 +96,7 @@ structure merge viewer and implements &lt;samp&gt;org.eclipse.compare.IViewerCre
The id of a content type defined using the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point.
</documentation>
<appinfo>
- <meta.attribute kind="identifier" basedOn="org.eclipse.core.runtime.contentTypes/content-type/@id"/>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.core.contenttype.contentTypes/content-type/@id"/>
</appinfo>
</annotation>
</attribute>

Back to the top