Codebase list java-sip-api / d4e0c61
Dynamically import OSGi bundles to enable reflection Ingo Bauersachs 8 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
9393 <Import-Package>
9494 *
9595 </Import-Package>
96 <!-- This library uses reflection in the factories to create the
97 SIP stack classes. These can be in any other bundle that will
98 never be known to us. Make them available with dynamic imports.
99 -->
100 <DynamicImport-Package>*</DynamicImport-Package>
96101 <Implementation-Title>sip-api</Implementation-Title>
97102 <Implementation-Version>${project.version}</Implementation-Version>
98103 </instructions>