CMPluginDescriptor5.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. 2019, 2020
  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>UpgradeExecutionPrompt</name>
  18. <javaclass>com.cognos.cm.plugin.cm.upgrade.endor.UpgradeExecutionPrompt</javaclass>
  19. <cLibName/>
  20. <version>1.001</version>
  21. <searchPaths>
  22. <searchPath>//*[@objectClass='report' or @objectClass='query' or @objectClass='reportView' or @objectClass='analysis' or @objectClass='interactiveReport' or @objectClass='dataSet2' or @objectClass='reportTemplate']</searchPath>
  23. </searchPaths>
  24. <properties>
  25. <property>executionPrompt</property>
  26. <property>options</property>
  27. </properties>
  28. <classNamesForDeployment>
  29. <className>report</className>
  30. <className>query</className>
  31. <className>reportView</className>
  32. <className>analysis</className>
  33. <className>dataSet2</className>
  34. <className>interactiveReport</className>
  35. <className>reportTemplate</className>
  36. </classNamesForDeployment>
  37. </plugin>
  38. <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
  39. <name>UpgradeDataSetFormat</name>
  40. <javaclass>com.cognos.cm.plugin.cm.upgrade.endorr7.UpgradeDataSetFormat</javaclass>
  41. <cLibName/>
  42. <version>1.001</version>
  43. <searchPaths>
  44. <searchPath>//output[not(@format)]</searchPath>
  45. </searchPaths>
  46. <properties>
  47. <property>format</property>
  48. <property>dataType</property>
  49. <property>dataDescriptor</property>
  50. </properties>
  51. <classNamesForDeployment>
  52. <className>output</className>
  53. </classNamesForDeployment>
  54. </plugin>
  55. </plugins>