CMPluginDescriptor3.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2013
  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. <!--
  11. This file contains plugins that are ported to multiple streams.
  12. Each plugin must be included only once: i.e. it should have unique name and only one version.
  13. This will ensure that it will be executed only once regardless of which version of a product it
  14. was introduced in.
  15. -->
  16. <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
  17. <name>FixMonitorOptionGUID</name>
  18. <javaclass>com.cognos.cm.plugin.cm.upgrade.common.FixOptionValueType</javaclass>
  19. <cLibName/>
  20. <version>1.001</version>
  21. <searchPaths>
  22. <searchPath>/adminFolder//queryServiceTask</searchPath>
  23. </searchPaths>
  24. <properties>
  25. <property>options</property>
  26. </properties>
  27. <classNamesForDeployment>
  28. <className>queryServiceTask</className>
  29. </classNamesForDeployment>
  30. <parameter name="patches">
  31. <item type="monitorOptionGUID" replace="bus:guid"/>
  32. </parameter>
  33. </plugin>
  34. <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
  35. <name>FixContentTaskOptionType</name>
  36. <javaclass>com.cognos.cm.plugin.cm.upgrade.caspian.FixContentTaskOptionType</javaclass>
  37. <cLibName/>
  38. <version>1.001</version>
  39. <searchPaths>
  40. <searchPath>/adminFolder//contentTask//historyDetailRequestArguments</searchPath>
  41. </searchPaths>
  42. <properties>
  43. <property>options</property>
  44. </properties>
  45. <classNamesForDeployment>
  46. <className>historyDetailRequestArguments</className>
  47. </classNamesForDeployment>
  48. </plugin>
  49. <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
  50. <name>FixTenantsContentConflictResolutionOption</name>
  51. <javaclass>com.cognos.cm.plugin.cm.upgrade.caspian.FixTenantsContentConflictResolutionOption</javaclass>
  52. <cLibName/>
  53. <version>1.001</version>
  54. <searchPaths>
  55. <searchPath>/adminFolder//importDeployment/history/historyDetailRequestArguments</searchPath>
  56. <searchPath>/adminFolder//importDeployment</searchPath>
  57. </searchPaths>
  58. <properties>
  59. <property>options</property>
  60. </properties>
  61. <classNamesForDeployment>
  62. <className>importDeployment</className>
  63. <!-- deployment histories are ignored during import and therefore
  64. upgrade of history details is not required -->
  65. </classNamesForDeployment>
  66. </plugin>
  67. </plugins>