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

--HG--
extra : rebase_source : cf5ebb8e0229a6adef95eb630ce0a73136247c5f
  • Loading branch information
rocallahan committed Mar 10, 2014
1 parent 728b786 commit 94c8a60
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 94c8a60

Please sign in to comment.