Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-04-28 00:39:47 +0000
committerSteffen Pingel2013-04-28 00:39:47 +0000
commit53ca87ba140e6b6db0d75a1bb3169a129c151aed (patch)
treeb372bd83c8ff04d39778136cc16bb3e9ab7eac02 /org.eclipse.mylyn.sandbox.search.ui
parent43dca4a9a22d52ee293256bd399f10a8edcb47d9 (diff)
downloadorg.eclipse.mylyn.incubator-53ca87ba140e6b6db0d75a1bb3169a129c151aed.tar.gz
org.eclipse.mylyn.incubator-53ca87ba140e6b6db0d75a1bb3169a129c151aed.tar.xz
org.eclipse.mylyn.incubator-53ca87ba140e6b6db0d75a1bb3169a129c151aed.zip
406741: filter target directories from workspace
Change-Id: If60dd93c1260762c34b414c00629f91591339131 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406741
Diffstat (limited to 'org.eclipse.mylyn.sandbox.search.ui')
-rw-r--r--org.eclipse.mylyn.sandbox.search.ui/.project11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.sandbox.search.ui/.project b/org.eclipse.mylyn.sandbox.search.ui/.project
index dbbff14d..0b897903 100644
--- a/org.eclipse.mylyn.sandbox.search.ui/.project
+++ b/org.eclipse.mylyn.sandbox.search.ui/.project
@@ -25,4 +25,15 @@
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
+ <filteredResources>
+ <filter>
+ <id>1367109048408</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-projectRelativePath-matches-false-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
</projectDescription>

Back to the top