mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
remove EMM DB scripts file
This commit is contained in:
parent
0543d71f6b
commit
8fa2f38f37
@ -54,8 +54,8 @@ public class DeviceConfigurationManager {
|
|||||||
Document doc = DeviceManagerUtil.convertToDocument(deviceMgtConfig);
|
Document doc = DeviceManagerUtil.convertToDocument(deviceMgtConfig);
|
||||||
|
|
||||||
/* Un-marshaling Device Management configuration */
|
/* Un-marshaling Device Management configuration */
|
||||||
JAXBContext rssContext = JAXBContext.newInstance(DeviceManagementConfig.class);
|
JAXBContext cdmContext = JAXBContext.newInstance(DeviceManagementConfig.class);
|
||||||
Unmarshaller unmarshaller = rssContext.createUnmarshaller();
|
Unmarshaller unmarshaller = cdmContext.createUnmarshaller();
|
||||||
this.currentDeviceConfig = (DeviceManagementConfig) unmarshaller.unmarshal(doc);
|
this.currentDeviceConfig = (DeviceManagementConfig) unmarshaller.unmarshal(doc);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new DeviceManagementException("Error occurred while initializing RSS config", e);
|
throw new DeviceManagementException("Error occurred while initializing RSS config", e);
|
||||||
|
|||||||
@ -304,11 +304,6 @@
|
|||||||
<outputDirectory>wso2cdm-${project.version}/repository/conf</outputDirectory>
|
<outputDirectory>wso2cdm-${project.version}/repository/conf</outputDirectory>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
|
||||||
<source>src/repository/database/WSO2EMM_DB.h2.db</source>
|
|
||||||
<outputDirectory>wso2cdm-${project.version}/repository/database</outputDirectory>
|
|
||||||
<fileMode>644</fileMode>
|
|
||||||
</file>
|
|
||||||
|
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user