refactor packaging of siddhi extensions

This commit is contained in:
Amalka Subasinghe 2023-05-03 15:02:38 +05:30
parent 7c38a7280b
commit ca60a7739b

View File

@ -161,8 +161,8 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name> <Bundle-Name>${project.artifactId}</Bundle-Name>
<Export-Package> <Export-Package>
org.wso2.extension.siddhi.device, io.entgra.device.mgt.plugins.extension.siddhi.device,
org.wso2.extension.siddhi.device.* io.entgra.device.mgt.plugins.extension.siddhi.device.*
</Export-Package> </Export-Package>
<Import-Package> <Import-Package>
feign, feign,