Bnd iPOJO Plugin ignores annotated components
---------------------------------------------
Key: FELIX-3389
URL: https://issues.apache.org/jira/browse/FELIX-3389
Project: Felix
Issue Type: Bug
Components: iPOJO
Affects Versions: ipojo-manipulator-1.8.2
Reporter: Guillaume Sauthier
The bnd plugin uses the ${classes} Bnd macro to query the system for classes
annotated with @Component or @Handler.
The query format in use was "@Component|@Handler" but it was not the expected
Bnd format.
An appropriate Bnd annotation query should looks like
"org.apache.felix.ipojo.annotations.*"
--
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