Fixing a build failure caused by unresolvable packages consumed by device.mgt.core and code cleanup

revert-70aa11f8
prabathabey 9 years ago
parent 284ca1b8e8
commit 3a7ef33c16

@ -84,7 +84,8 @@
org.apache.catalina,
org.apache.catalina.core,
org.apache.commons.collections,
org.wso2.carbon.email.sender.*
org.wso2.carbon.email.sender.*,
org.wso2.carbon
</Import-Package>
<Export-Package>
!org.wso2.carbon.device.mgt.core.internal,

@ -85,8 +85,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${pom.artifactId}</Bundle-Name>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Bundle-Version>${carbon.device.mgt.version}</Bundle-Version>
<Bundle-Description>OAuth Authenticator Bundle</Bundle-Description>
<Private-Package>

Loading…
Cancel
Save