Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2011-07-25 07:42:10 +0000
committerustieber2011-07-25 07:42:10 +0000
commit50e895be1d59171ecdf6c098cb6c839099f3342e (patch)
treeae9c8b32a03786a2ceba607c8d4236d3b56b2fc4 /features
parent8c9033cba2371c512bd6ba55b83d919bca8a98b6 (diff)
downloadorg.eclipse.tcf-50e895be1d59171ecdf6c098cb6c839099f3342e.tar.gz
org.eclipse.tcf-50e895be1d59171ecdf6c098cb6c839099f3342e.tar.xz
org.eclipse.tcf-50e895be1d59171ecdf6c098cb6c839099f3342e.zip
TCF Core: Added resource filter to hide maven output directories
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.tm.tcf.cdt.feature/.project11
-rw-r--r--features/org.eclipse.tm.tcf.feature/.project11
-rw-r--r--features/org.eclipse.tm.tcf.rse.feature/.project11
3 files changed, 33 insertions, 0 deletions
diff --git a/features/org.eclipse.tm.tcf.cdt.feature/.project b/features/org.eclipse.tm.tcf.cdt.feature/.project
index 2eeba7ead..ae7d3d709 100644
--- a/features/org.eclipse.tm.tcf.cdt.feature/.project
+++ b/features/org.eclipse.tm.tcf.cdt.feature/.project
@@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
+ <filteredResources>
+ <filter>
+ <id>1311579654137</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
</projectDescription>
diff --git a/features/org.eclipse.tm.tcf.feature/.project b/features/org.eclipse.tm.tcf.feature/.project
index 822b222fb..dc37f66be 100644
--- a/features/org.eclipse.tm.tcf.feature/.project
+++ b/features/org.eclipse.tm.tcf.feature/.project
@@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
+ <filteredResources>
+ <filter>
+ <id>1311579670096</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
</projectDescription>
diff --git a/features/org.eclipse.tm.tcf.rse.feature/.project b/features/org.eclipse.tm.tcf.rse.feature/.project
index c76a9c830..51867028f 100644
--- a/features/org.eclipse.tm.tcf.rse.feature/.project
+++ b/features/org.eclipse.tm.tcf.rse.feature/.project
@@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
+ <filteredResources>
+ <filter>
+ <id>1311579675806</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
</projectDescription>

Back to the top