Added config to remove webapps

This commit is contained in:
Chatura Dilan 2016-12-06 13:48:08 +05:30
parent 5cd3b6a2a8
commit 9874844082
2 changed files with 31 additions and 0 deletions

View File

@ -965,6 +965,12 @@
<filtered>true</filtered>
<fileMode>644</fileMode>
</file>
<file>
<source>src/repository/resources/appm-tenant-conf.xml</source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources</outputDirectory>
<filtered>true</filtered>
<fileMode>644</fileMode>
</file>
<!--License Config file-->
<file>
<source>

View File

@ -0,0 +1,25 @@
<!--
Tenant specific configurations for appmgt
-->
<AppMgt>
<!--
Configures the app subscription types.
-->
<Subscriptions>
<EnableSelfSubscription>false</EnableSelfSubscription>
<EnableEnterpriseSubscription>false</EnableEnterpriseSubscription>
</Subscriptions>
<!--
These types in the configuration provides a list of enabled types in the APP Manager.
If web app is commented, it will be hidden from APP Manager. These type values can be read as artifact types in RXT template
-->
<EnabledAssetTypes>
<Type>mobileapp</Type>
</EnabledAssetTypes>
</AppMgt>