RSpecUpgradePluginDescriptor.xml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: rspecupgrade
  5. (C) Copyright IBM Corp. 2005, 2017
  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:noNamespaceSchemaLocation="..\..\..\cm\plugin_interface\config\cmPluginDescriptor.xsd">
  10. <plugin type="Upgrade" category="Optional" forContentTask="true" componentID="RSpecUpgrade">
  11. <name>RSpecUpgrade</name>
  12. <javaclass>com.cognos.rspecupgrade.rsupgrade.cm_plugin.UpgradeReportSpec</javaclass>
  13. <cLibName>RSUpgrade.xsl</cLibName>
  14. <version>14.0</version>
  15. <searchPaths>
  16. <searchPath>//*[@objectClass='report' or @objectClass='interactiveReport']</searchPath>
  17. </searchPaths>
  18. <properties>
  19. <property>metadataModel</property>
  20. <property>paths</property>
  21. <property>specification</property>
  22. </properties>
  23. <classNamesForDeployment>
  24. <className>report</className>
  25. <className>interactiveReport</className>
  26. </classNamesForDeployment>
  27. </plugin>
  28. </plugins>