Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-03-05 19:52:00 +0000
committerjames2002-03-05 19:52:00 +0000
commit3e8007f282746a077ea1f95416b8ad6f1d0f829e (patch)
tree7da42c345bf160c230dc0f46de44b6f0d3fd525b
parentc78daa1491d1d2ae21b5d6647d2ffae01f967332 (diff)
downloadeclipse.platform.team-3e8007f282746a077ea1f95416b8ad6f1d0f829e.tar.gz
eclipse.platform.team-3e8007f282746a077ea1f95416b8ad6f1d0f829e.tar.xz
eclipse.platform.team-3e8007f282746a077ea1f95416b8ad6f1d0f829e.zip
10801: *.class should be in default ignore list
-rw-r--r--bundles/org.eclipse.team.cvs.core/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/plugin.xml b/bundles/org.eclipse.team.cvs.core/plugin.xml
index 94296332d..072b9dedf 100644
--- a/bundles/org.eclipse.team.cvs.core/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.core/plugin.xml
@@ -54,6 +54,8 @@
<!-- *************** Resource patterns ignored by CVS **************** -->
<extension point="org.eclipse.team.core.ignore">
<ignore pattern = ".#*" selected = "true"/>
+ <!-- *** Temporary. This will be removed in favour of a light JDT-Team plug-in *** -->
+ <ignore pattern = "*.class" selected = "true"/>
</extension>
</plugin> \ No newline at end of file

Back to the top