CMPluginDescriptor2.xml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. 2008, 2009
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
  11. <plugins xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./cmPluginDescriptor.xsd">
  12. <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
  13. <name>internal_Optional</name>
  14. <javaclass>com.cognos.cm.plugin.cm.upgrade.colorado.UpdateExcelFormat</javaclass>
  15. <cLibName/>
  16. <version>5.001</version>
  17. <searchPaths>
  18. <searchPath>//*[@objectClass='agentDefinition' or @objectClass='agentDefinitionView' or @objectClass='agentTaskDefinition' or @objectClass='analysis' or @objectClass='drillPath' or @objectClass='jobDefinition' or @objectClass='jobStepDefinition' or @objectClass='powerPlay8Report' or @objectClass='powerPlay8ReportView' or @objectClass='query' or @objectClass='report' or @objectClass='reportDataServiceAgentDefinition' or @objectClass='reportTemplate' or @objectClass='reportView' or @objectClass='schedule']</searchPath>
  19. </searchPaths>
  20. <properties>
  21. <property>options</property>
  22. </properties>
  23. <classNamesForDeployment>
  24. <className>agentDefinition</className>
  25. <className>agentDefinitionView</className>
  26. <className>agentTaskDefinition</className>
  27. <className>analysis</className>
  28. <className>drillPath</className>
  29. <className>jobDefinition</className>
  30. <className>jobStepDefinition</className>
  31. <className>powerPlay8Report</className>
  32. <className>powerPlay8ReportView</className>
  33. <className>query</className>
  34. <className>report</className>
  35. <className>reportDataServiceAgentDefinition</className>
  36. <className>reportTemplate</className>
  37. <className>reportView</className>
  38. <className>schedule</className>
  39. </classNamesForDeployment>
  40. </plugin>
  41. <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
  42. <name>internal_Optional</name>
  43. <javaclass>com.cognos.cm.plugin.cm.upgrade.colorado.UpdateAccountFormatProperty</javaclass>
  44. <cLibName/>
  45. <version>5.002</version>
  46. <searchPaths>
  47. <searchPath>//*[@objectClass='account' or @objectClass='contact']</searchPath>
  48. </searchPaths>
  49. <properties>
  50. <property>format</property>
  51. </properties>
  52. <classNamesForDeployment>
  53. <className>account</className>
  54. <className>contact</className>
  55. </classNamesForDeployment>
  56. </plugin>
  57. <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
  58. <name>internal_Optional</name>
  59. <javaclass>com.cognos.cm.plugin.cm.upgrade.colorado.UpdateExecutionFormat</javaclass>
  60. <cLibName/>
  61. <version>5.003</version>
  62. <searchPaths>
  63. <searchPath>//*[@objectClass='analysis' or @objectClass='powerPlay8Report' or @objectClass='powerPlay8ReportView' or @objectClass='query' or @objectClass='report' or @objectClass='reportTemplate' or @objectClass='reportView']</searchPath>
  64. </searchPaths>
  65. <properties>
  66. <property>executionFormat</property>
  67. </properties>
  68. <classNamesForDeployment>
  69. <className>analysis</className>
  70. <className>powerPlay8Report</className>
  71. <className>powerPlay8ReportView</className>
  72. <className>query</className>
  73. <className>report</className>
  74. <className>reportTemplate</className>
  75. <className>reportView</className>
  76. </classNamesForDeployment>
  77. </plugin>
  78. </plugins>