From 72dfc1ea140133702cce58e437a0e51262f22ef3 Mon Sep 17 00:00:00 2001 From: prabathabey Date: Sun, 11 Jan 2015 22:23:24 +0530 Subject: [PATCH] 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 --- .../org.wso2.carbon.device.mgt.mobile.impl/pom.xml | 2 +- product/modules/distribution/src/assembly/bin.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml index c4465c9b5..807464e49 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml @@ -61,7 +61,7 @@ !org.wso2.carbon.device.mgt.mobile.internal, - org.wso2.carbon.device.mgt.mobile.impl.* + org.wso2.carbon.device.mgt.mobile.* * diff --git a/product/modules/distribution/src/assembly/bin.xml b/product/modules/distribution/src/assembly/bin.xml index 0fa7d5990..d7d559505 100644 --- a/product/modules/distribution/src/assembly/bin.xml +++ b/product/modules/distribution/src/assembly/bin.xml @@ -282,6 +282,14 @@ true 644 + + + + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/application-authentication.xml + wso2cdm-${project.version}/repository/conf/security + true + 644 +