Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-06-13 17:46:25 +0000
committerMichael Valenta2005-06-13 17:46:25 +0000
commit1ae41fcef771944ab597e257be60041cf98f4556 (patch)
treed3ff55523613540bd49835da893d7d7b5f67e926 /bundles/org.eclipse.team.cvs.core
parentf80b206be0241d4a42323ff2437117f6887f0ff5 (diff)
downloadeclipse.platform.team-1ae41fcef771944ab597e257be60041cf98f4556.tar.gz
eclipse.platform.team-1ae41fcef771944ab597e257be60041cf98f4556.tar.xz
eclipse.platform.team-1ae41fcef771944ab597e257be60041cf98f4556.zip
Bug 99583 *.zip shouldn't be in ignored resources by default
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core')
-rw-r--r--bundles/org.eclipse.team.cvs.core/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/plugin.xml b/bundles/org.eclipse.team.cvs.core/plugin.xml
index 8cf2e0618..9ee5cc742 100644
--- a/bundles/org.eclipse.team.cvs.core/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.core/plugin.xml
@@ -191,10 +191,10 @@
enabled="true"
pattern="*.log"/>
<ignore
- enabled="true"
+ enabled="false"
pattern="*.zip"/>
<ignore
- enabled="true"
+ enabled="false"
pattern="*.gz"/>
</extension>

Back to the top