12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: config service
- (C) Copyright IBM Corp. 2019
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <plugins xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./cmPluginDescriptor.xsd">
- <plugin type="Upgrade" category="Mandatory" forDeployment="false" componentID="CONFIG">
- <name>DeployUiTheme</name>
- <version>11.1</version>
- <javaclass>com.ibm.bi.config.upgrade.cmplugin.UpgradeUiTheme</javaclass>
- <cLibName/>
- <searchPaths>
- <searchPath>/configuration/role[@name='System Profile Settings']</searchPath>
- </searchPaths>
- <properties>
- <property>userProfileSettings</property>
- </properties>
- <classNamesForDeployment>
- <className>role</className>
- </classNamesForDeployment>
- </plugin>
- </plugins>
|