Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-06-06 20:27:14 +0000
committerjames2002-06-06 20:27:14 +0000
commite6faf6e04a1f7657dcafffa0ce347a0a375e5e84 (patch)
treed0cae6565dbc14986653e90577505b7d188db857
parente891b781cdcfad1993958c6ff601287852f6501d (diff)
downloadeclipse.platform.team-e6faf6e04a1f7657dcafffa0ce347a0a375e5e84.tar.gz
eclipse.platform.team-e6faf6e04a1f7657dcafffa0ce347a0a375e5e84.tar.xz
eclipse.platform.team-e6faf6e04a1f7657dcafffa0ce347a0a375e5e84.zip
19100: CVS: .cvsignore file should be text
-rw-r--r--bundles/org.eclipse.team.cvs.core/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/plugin.xml b/bundles/org.eclipse.team.cvs.core/plugin.xml
index edb7c66fe..28dd981f1 100644
--- a/bundles/org.eclipse.team.cvs.core/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.core/plugin.xml
@@ -70,4 +70,10 @@
<super type="org.eclipse.team.cvs.core.cvsmarker"/>
<persistent value="true"/>
</extension>
+
+ <!-- ************ File Types *************** -->
+ <extension point="org.eclipse.team.core.fileTypes">
+ <fileTypes extension="cvsignore" type="text"/>
+ </extension>
+
</plugin> \ No newline at end of file

Back to the top