iPOJO Bnd Plugin do not write all the metadatas in the manifest
---------------------------------------------------------------
Key: FELIX-3249
URL: https://issues.apache.org/jira/browse/FELIX-3249
Project: Felix
Issue Type: Bug
Components: iPOJO
Reporter: Guillaume Sauthier
The iPOJO Bnd Plugin do not write all the metadatas in the manifest.
For example, the following XML content, will only produce a IPOJO-Components
manifest header with the last <instance>.
{code:xml}
<ipojo>
<component class="com.acme.Thermometer" />
<instance component="com.acme.Thermometer" />
<instance component="com.acme.Thermometer" />
</ipojo>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira