Hi, I have a bundle folder (not packaged as jar). How to install it by feature?
I know if need install a bundle jar, you can by following way:
<feature name="spring-web" version="2.5.6.SEC01">
<bundle>file:base/bundles/spring-web-2.5.6.SEC01.jar</bundle>
</feature>
Can I use this way:
<bundle>folder:base/bundles/mybundle/</bundle>
If just drop whole folder 'mybundle' into deploy directory, then
bundle will be installed.
Thanks for your help!
BR,
Ken
