Merge pull request #203 from charithag/master

Fix bundle imports for java 8
This commit is contained in:
inoshperera 2016-03-30 10:10:28 +05:30
commit ff56ecb32c

View File

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