Skip to content

Commit

Permalink
ndatasource stub export package bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bhathiya committed Feb 25, 2015
1 parent 7900988 commit 3cb5ee0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -83,10 +83,10 @@
</Bundle-SymbolicName>
<Bundle-Vendor>WSO2 Inc</Bundle-Vendor>
<Export-Package>
org.wso2.carbon.ndatasource.stub.*;version="${carbon.commons.exp.package.version}"
org.wso2.carbon.ndatasource.ui.stub.*;version="${carbon.commons.exp.package.version}"
</Export-Package>
<Import-Package>
!org.wso2.carbon.ndatasource.stub.*,
!org.wso2.carbon.ndatasource.ui.stub.*,
*;resolution:=optional
</Import-Package>
</instructions>
Expand Down

0 comments on commit 3cb5ee0

Please sign in to comment.