Skip to content

Commit

Permalink
Remove all the unused application attributes in plugin manifest, fix w…
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Apr 12, 2017
1 parent ab67ce9 commit fb6d4f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,10 @@ class AppPlugin extends BundlePlugin {

if (line.indexOf('>') > 0) { // <application /> or <application .. > in one line
needsFilter = false
// Remove all the unused keys, fix #313
filterKeys.each {
line = line.replaceAll(" $it=\"[^\"]+\"", "")
}
break
}

Expand Down

0 comments on commit fb6d4f7

Please sign in to comment.