Andrew Grieve created CB-4757:
---------------------------------

             Summary: Deprecate <merges> and <clobbers> in favour of <export>
                 Key: CB-4757
                 URL: https://issues.apache.org/jira/browse/CB-4757
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugman
            Reporter: Andrew Grieve
            Assignee: Braden Shepherdson
            Priority: Minor


{code}
<js-module ...>
  <export name="window.CameraPopoverOptions" merge="true"/>
</js-module>
{code}

We should also take this opportunity to have merge="true" mean shallow merge 
instead of a recursive merge. None of our core plugins use recursive merges. I 
don't think there is a reason to want to.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to