Fix bundle imports for java 8

This commit is contained in:
charithag 2016-03-30 10:00:56 +05:30
parent bc0595a187
commit 40f863fd57

View File

@ -103,7 +103,8 @@
org.wso2.carbon.user.api, org.wso2.carbon.user.api,
org.wso2.carbon.utils.multitenancy, org.wso2.carbon.utils.multitenancy,
org.json.simple, org.json.simple,
org.wso2.carbon.context org.wso2.carbon.context,
org.wso2.carbon.base
</Import-Package> </Import-Package>
<Export-Package> <Export-Package>
!org.wso2.carbon.apimgt.application.extension.internal, !org.wso2.carbon.apimgt.application.extension.internal,