12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2008, 2009
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
- <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" importAction="PreImport" componentID="CM">
- <name>internal_Optional</name>
- <javaclass>com.cognos.cm.plugin.cm.upgrade.colorado.UpdateExcelFormat</javaclass>
- <cLibName/>
- <version>5.001</version>
- <searchPaths>
- <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>
- </searchPaths>
- <properties>
- <property>options</property>
- </properties>
- <classNamesForDeployment>
- <className>agentDefinition</className>
- <className>agentDefinitionView</className>
- <className>agentTaskDefinition</className>
- <className>analysis</className>
- <className>drillPath</className>
- <className>jobDefinition</className>
- <className>jobStepDefinition</className>
- <className>powerPlay8Report</className>
- <className>powerPlay8ReportView</className>
- <className>query</className>
- <className>report</className>
- <className>reportDataServiceAgentDefinition</className>
- <className>reportTemplate</className>
- <className>reportView</className>
- <className>schedule</className>
- </classNamesForDeployment>
- </plugin>
- <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
- <name>internal_Optional</name>
- <javaclass>com.cognos.cm.plugin.cm.upgrade.colorado.UpdateAccountFormatProperty</javaclass>
- <cLibName/>
- <version>5.002</version>
- <searchPaths>
- <searchPath>//*[@objectClass='account' or @objectClass='contact']</searchPath>
- </searchPaths>
- <properties>
- <property>format</property>
- </properties>
- <classNamesForDeployment>
- <className>account</className>
- <className>contact</className>
- </classNamesForDeployment>
- </plugin>
- <plugin type="Upgrade" category="Mandatory" importAction="PreImport" componentID="CM">
- <name>internal_Optional</name>
- <javaclass>com.cognos.cm.plugin.cm.upgrade.colorado.UpdateExecutionFormat</javaclass>
- <cLibName/>
- <version>5.003</version>
- <searchPaths>
- <searchPath>//*[@objectClass='analysis' or @objectClass='powerPlay8Report' or @objectClass='powerPlay8ReportView' or @objectClass='query' or @objectClass='report' or @objectClass='reportTemplate' or @objectClass='reportView']</searchPath>
- </searchPaths>
- <properties>
- <property>executionFormat</property>
- </properties>
- <classNamesForDeployment>
- <className>analysis</className>
- <className>powerPlay8Report</className>
- <className>powerPlay8ReportView</className>
- <className>query</className>
- <className>report</className>
- <className>reportTemplate</className>
- <className>reportView</className>
- </classNamesForDeployment>
- </plugin>
- </plugins>
|