
Originally Posted by
kryptolus
The manifest produced by the felix plugin won't contain any imports for classes that only appear in the conext file since the plugin doesn't know anything about them.
...
In the meantime you can make use of a Plugin I've found referenced in another thread:
PHP Code:
<_plugin>aQute.lib.spring.SpringComponent</_plugin>
http://forum.springframework.org/sho...64&postcount=5
it works more or less for me (difficulties with having the right IMPORT-PACKAGE when using jsf/facelets (currently in progress
)