Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-01-13 10:23:04 +0000
committerAndre Weinand2003-01-13 10:23:04 +0000
commit732a759165c640012a024d4b608df283f11d9cc9 (patch)
tree9ae6832ec1a4d05a6acd58b27154e3f140dd921a /bundles/org.eclipse.compare/plugin.xml
parent6cca7235427cefd2a97bc7be452a7b14c7655c59 (diff)
downloadeclipse.platform.team-732a759165c640012a024d4b608df283f11d9cc9.tar.gz
eclipse.platform.team-732a759165c640012a024d4b608df283f11d9cc9.tar.xz
eclipse.platform.team-732a759165c640012a024d4b608df283f11d9cc9.zip
rename schema files from *.mxsd to *.exsdv20030113
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
index d1ebbd7e9..df38c1a45 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -28,25 +28,25 @@
<extension-point
id="structureCreators"
name="%structureCreators"
- schema="schema/structureCreators.mxsd"
+ schema="schema/structureCreators.exsd"
/>
<extension-point
id="structureMergeViewers"
name="%structureMergeViewers"
- schema="schema/structureMergeViewers.mxsd"
+ schema="schema/structureMergeViewers.exsd"
/>
<extension-point
id="contentMergeViewers"
name="%contentMergeViewers"
- schema="schema/contentMergeViewers.mxsd"
+ schema="schema/contentMergeViewers.exsd"
/>
<extension-point
id="contentViewers"
name="%contentViewers"
- schema="schema/contentViewers.mxsd"
+ schema="schema/contentViewers.exsd"
/>
<!-- Extensions -->

Back to the top