Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-06-06 20:26:23 +0000
committerjames2002-06-06 20:26:23 +0000
commite891b781cdcfad1993958c6ff601287852f6501d (patch)
tree39e31f168c8623eabcacbaab602c079ac76378e1
parent8912f8d5d96c10169680cb3fe864936e6e94c6e9 (diff)
downloadeclipse.platform.team-e891b781cdcfad1993958c6ff601287852f6501d.tar.gz
eclipse.platform.team-e891b781cdcfad1993958c6ff601287852f6501d.tar.xz
eclipse.platform.team-e891b781cdcfad1993958c6ff601287852f6501d.zip
18799: Add DLL to list of extension with known contents
18660: .project should be text
-rw-r--r--bundles/org.eclipse.team.core/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.core/plugin.xml b/bundles/org.eclipse.team.core/plugin.xml
index a0f409555..194ebe0fa 100644
--- a/bundles/org.eclipse.team.core/plugin.xml
+++ b/bundles/org.eclipse.team.core/plugin.xml
@@ -39,6 +39,9 @@
<fileTypes extension="ppt" type="binary"/>
<fileTypes extension="zip" type="binary"/>
<fileTypes extension="exe" type="binary"/>
+ <fileTypes extension="dll" type="binary"/>
+ <fileTypes extension="so" type="binary"/>
+ <fileTypes extension="project" type="text"/>
</extension>
<extension point="org.eclipse.core.resources.fileModificationValidator" id="FileValidator">

Back to the top