Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-02-13 18:52:12 +0000
committerjames2002-02-13 18:52:12 +0000
commit0f6aa0f060314a5f293a14c00efff1257ba56fbb (patch)
tree2e3a080a20daa7fac160b4c78040f953e23c2a19
parentedbec3048a5b82ae7bc45141c0536af9c7667f3f (diff)
downloadeclipse.platform.team-0f6aa0f060314a5f293a14c00efff1257ba56fbb.tar.gz
eclipse.platform.team-0f6aa0f060314a5f293a14c00efff1257ba56fbb.tar.xz
eclipse.platform.team-0f6aa0f060314a5f293a14c00efff1257ba56fbb.zip
Added JDT packages filter for CVS folders until a more permanent solution can be found.
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml.off7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml.off b/bundles/org.eclipse.team.cvs.ui/plugin.xml.off
index f47e02a0a..488690d9d 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml.off
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml.off
@@ -330,6 +330,13 @@
<extension point="org.eclipse.ui.resourceFilters">
<filter pattern="CVS" selected="true"/>
</extension>
+
+ <!-- ** Temporary Filter ** -->
+ <extension point="org.eclipse.jdt.ui.javaElementFilters">
+ <filter pattern="CVS" selected="true"/>
+ <filter pattern="*.CVS" selected="true"/>
+ </extension>
+
<!-- **************** PREFERENCES ******************* -->
<extension

Back to the top