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 /plugins/org.eclipse.tm.tcf.debug
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 'plugins/org.eclipse.tm.tcf.debug')
-rw-r--r--plugins/org.eclipse.tm.tcf.debug/.project67
1 files changed, 39 insertions, 28 deletions
diff --git a/plugins/org.eclipse.tm.tcf.debug/.project b/plugins/org.eclipse.tm.tcf.debug/.project
index aca542dd7..17a4237ea 100644
--- a/plugins/org.eclipse.tm.tcf.debug/.project
+++ b/plugins/org.eclipse.tm.tcf.debug/.project
@@ -1,28 +1,39 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.tm.tcf.debug</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.tm.tcf.debug</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+ <filteredResources>
+ <filter>
+ <id>1311579663825</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