Added config to remove webapps

merge-requests/1/head
Chatura Dilan 8 years ago
parent 5cd3b6a2a8
commit 9874844082

@ -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>

@ -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>
Loading…
Cancel
Save