Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-11-22 19:21:07 +0000
committerMichael Valenta2004-11-22 19:21:07 +0000
commit101aa35548d0cf38419a0a040310638a024deee5 (patch)
tree664ac8b0054cb3c41f80df765da7947679188a01 /bundles
parentbf2e0f64318d50f37d17772774030313d8ecdd7b (diff)
downloadeclipse.platform.team-101aa35548d0cf38419a0a040310638a024deee5.tar.gz
eclipse.platform.team-101aa35548d0cf38419a0a040310638a024deee5.tar.xz
eclipse.platform.team-101aa35548d0cf38419a0a040310638a024deee5.zip
Bug 33899 .exsd files should be txt files
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/plugin.xml b/bundles/org.eclipse.team.core/plugin.xml
index 24c77bdf9..a8e99cde7 100644
--- a/bundles/org.eclipse.team.core/plugin.xml
+++ b/bundles/org.eclipse.team.core/plugin.xml
@@ -125,7 +125,7 @@
</fileTypes>
<fileTypes
type="text"
- extension="emsd">
+ extension="exsd">
</fileTypes>
<fileTypes
type="text"

Back to the top