diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-08-11 11:17:18 -0400 |
---|---|---|
committer | Code Review <codereview-daemon@eclipse.org> | 2010-08-11 11:17:18 -0400 |
commit | cfe88d32a3be5e34091092dbaa7900b51e60d482 (patch) | |
tree | 141903cdca91c3740ab619a3cbbdbc2bfb52f294 /org.eclipse.jgit | |
parent | fe76b410386dc6ec45195878e9a59f74f2768685 (diff) | |
parent | db4c516f673e4c274e55adc27a95891c52a5aba8 (diff) | |
download | jgit-cfe88d32a3be5e34091092dbaa7900b51e60d482.tar.gz jgit-cfe88d32a3be5e34091092dbaa7900b51e60d482.zip |
Merge "Hide Maven target directories from Eclipse"
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/.project | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.project b/org.eclipse.jgit/.project index d785b65801..7a23ec71d3 100644 --- a/org.eclipse.jgit/.project +++ b/org.eclipse.jgit/.project @@ -31,4 +31,15 @@ <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> </natures> + <filteredResources> + <filter> + <id>1281265279960</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> |