12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rspecupgrade
- (C) Copyright IBM Corp. 2005, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <plugins xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\..\..\cm\plugin_interface\config\cmPluginDescriptor.xsd">
- <plugin type="Upgrade" category="Optional" forContentTask="true" componentID="RSpecUpgrade">
- <name>RSpecUpgrade</name>
- <javaclass>com.cognos.rspecupgrade.rsupgrade.cm_plugin.UpgradeReportSpec</javaclass>
- <cLibName>RSUpgrade.xsl</cLibName>
- <version>14.0</version>
- <searchPaths>
- <searchPath>//*[@objectClass='report' or @objectClass='interactiveReport']</searchPath>
- </searchPaths>
- <properties>
- <property>metadataModel</property>
- <property>paths</property>
- <property>specification</property>
- </properties>
- <classNamesForDeployment>
- <className>report</className>
- <className>interactiveReport</className>
- </classNamesForDeployment>
- </plugin>
- </plugins>
|