CONFIGPluginDescriptor.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: config service
  5. (C) Copyright IBM Corp. 2019
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <plugins xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./cmPluginDescriptor.xsd">
  10. <plugin type="Upgrade" category="Mandatory" forDeployment="false" componentID="CONFIG">
  11. <name>DeployUiTheme</name>
  12. <version>11.1</version>
  13. <javaclass>com.ibm.bi.config.upgrade.cmplugin.UpgradeUiTheme</javaclass>
  14. <cLibName/>
  15. <searchPaths>
  16. <searchPath>/configuration/role[@name='System Profile Settings']</searchPath>
  17. </searchPaths>
  18. <properties>
  19. <property>userProfileSettings</property>
  20. </properties>
  21. <classNamesForDeployment>
  22. <className>role</className>
  23. </classNamesForDeployment>
  24. </plugin>
  25. </plugins>