OSGi Bundle Repositories
Internal bundle repsitory
In order to create a new bundle into the Internal OSGi bundle repository the first thing you need is to set the proper flag:
installIntOSGiBundleRep="false"
Then, to create a new bundle you just need to specify the path to the bundle file:
intOSGiBundleFile_1="/path/to/bundle"
And incrementing the "_1" suffix, more bundles can be added.
External bundle repositories
In order to create a new External OSGi bundle repository the first thing you need is to set the proper flag:
installExtOSGiBundleRep="false"
Then, to create a new reference to an external bundle repository you need to set the following:
extOSGiBundleName_1="ExternalOSGiBundleRepository" extOSGiBundleURL_1="http://url_to_bundle_repository" extOSGiBundleDesc_1="This is an example of an external repository." # (Optional)
And incrementing the "_1" suffix, more repositories can be added.