Skip to content

Commit

Permalink
Bug 981495 - CppEclipse - Part 1: Backend should add a resource filte…
Browse files Browse the repository at this point in the history
…r to ignore obj- directories. r=bgirard
  • Loading branch information
rocallahan committed Mar 10, 2014
1 parent 1553540 commit 0a22e62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/mozbuild/mozbuild/backend/cpp_eclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,17 @@ def _write_cproject(self, fh):
<location>@PROJECT_TOPSRCDIR@</location>
</link>
</linkedResources>
<filteredResources>
<filter>
<id>17111971</id>
<name>tree</name>
<type>30</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-obj-*</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
"""

Expand Down

0 comments on commit 0a22e62

Please sign in to comment.