Fixing more server start-up issues caused by not having proper package exports configured in org.wso2.carbon.device.mgt.mobile.impl as well as not having application-authentication.xml copied into CDM_HOME/repository/conf/security directory

revert-dabc3590
prabathabey 10 years ago
parent 05ee9455ae
commit 72dfc1ea14

@ -61,7 +61,7 @@
</Import-Package>
<Export-Package>
!org.wso2.carbon.device.mgt.mobile.internal,
org.wso2.carbon.device.mgt.mobile.impl.*
org.wso2.carbon.device.mgt.mobile.*
</Export-Package>
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>

@ -283,6 +283,14 @@
<fileMode>644</fileMode>
</file>
<!-- Copying application-authentication.xml -->
<file>
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/application-authentication.xml</source>
<outputDirectory>wso2cdm-${project.version}/repository/conf/security</outputDirectory>
<filtered>true</filtered>
<fileMode>644</fileMode>
</file>
<!-- Copying thrift-authentication.xml -->
<file>
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/thrift-authentication.xml</source>

Loading…
Cancel
Save