Fix the unnecessary resource file creating.

This commit is contained in:
lasanthaDLPDS 2019-08-01 18:14:50 +05:30
parent af75a20bdf
commit 80081186fe
7 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<Extension name="ApplicationStorageManager">
<ClassName>org.wso2.carbon.device.application.mgt.core.impl.ApplicationStorageManagerImpl</ClassName>
<Parameters>
<Parameter name="StoragePath">repository/resources/apps/</Parameter>
<Parameter name="StoragePath">/tmp/apps/</Parameter>
<Parameter name="MaxScreenShotCount">6</Parameter>
</Parameters>
</Extension>