mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Restructuring plugin config hierarchy
This commit is contained in:
parent
d336980b27
commit
717fa6dea8
@ -32,12 +32,13 @@ import java.io.File;
|
|||||||
public class MobileDeviceConfigurationManager {
|
public class MobileDeviceConfigurationManager {
|
||||||
|
|
||||||
private static final String MOBILE_DEVICE_CONFIG_XML_NAME = "mobile-config.xml";
|
private static final String MOBILE_DEVICE_CONFIG_XML_NAME = "mobile-config.xml";
|
||||||
|
private static final String MOBILE_DEVICE_PLUGIN_DIRECTORY = "mobile";
|
||||||
private MobileDeviceManagementConfig currentMobileDeviceConfig;
|
private MobileDeviceManagementConfig currentMobileDeviceConfig;
|
||||||
private static MobileDeviceConfigurationManager mobileDeviceConfigManager;
|
private static MobileDeviceConfigurationManager mobileDeviceConfigManager;
|
||||||
|
|
||||||
private final String mobileDeviceMgtConfigXMLPath =
|
private final String mobileDeviceMgtConfigXMLPath =
|
||||||
CarbonUtils.getCarbonConfigDirPath() + File.separator +
|
CarbonUtils.getEtcCarbonConfigDirPath() + File.separator + "device-mgt-plugin-configs" + File.separator +
|
||||||
MOBILE_DEVICE_CONFIG_XML_NAME;
|
MOBILE_DEVICE_PLUGIN_DIRECTORY + File.separator + MOBILE_DEVICE_CONFIG_XML_NAME;
|
||||||
|
|
||||||
public static MobileDeviceConfigurationManager getInstance() {
|
public static MobileDeviceConfigurationManager getInstance() {
|
||||||
if (mobileDeviceConfigManager == null) {
|
if (mobileDeviceConfigManager == null) {
|
||||||
|
|||||||
@ -369,7 +369,7 @@
|
|||||||
<file>
|
<file>
|
||||||
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/mobile-config.xml
|
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/mobile-config.xml
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc/device-mgt-plugin-configs/mobile</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user