Closed
Bug 975504
Opened 11 years ago
Closed 11 years ago
Allow filtering resources in Android Eclipse projects
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla30
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file)
8.54 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
At the moment, resource files show up twice: once due to the src/ import, and once in the actual resource section. Same with test files: once due to the src/ import, and once in the Robocop project.
Project > Filter > Filter Resources allows to ignore some of these; we should expose it to moz.build and use it for the Fennec project.
Assignee | ||
Comment 1•11 years ago
|
||
A reasonable review would be to skim the code and verify newly
generated project files can be imported. You can check this is
working by using A-S-r (Open Resource) and verifying that Android
resources (*xml) appear in the list only once.
Attachment #8379883 -
Flags: review?(bnicholson)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → nalexander
Comment 2•11 years ago
|
||
Comment on attachment 8379883 [details] [diff] [review]
Add filtered_resources to AndroidEclipseProjectData. r=bnicholson
Review of attachment 8379883 [details] [diff] [review]:
-----------------------------------------------------------------
WFM. Won't even bother asking what the magic numbers mean....
Attachment #8379883 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → ASSIGNED
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•