1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Cognos Products: fmmd
- (C) Copyright IBM Corp. 2003, 2012
- The source code for this program is not published or otherwise
- divested of its trade secrets, irrespective of what has been
- deposited with the U.S. Copyright Office.
- -->
- <plugins xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./cmPluginsDescriptor.xsd">
- <plugin type="Upgrade" category="Mandatory" componentID="FM">
- <name>Model</name>
- <javaclass>com.cognos.cm.plugin.JNI.FMUpgradePluginJNI</javaclass>
- <cLibName>FMMD_UpgradeCM</cLibName>
- <version>3.001</version>
- <searchPaths>
- <searchPath>/content//model</searchPath>
- </searchPaths>
- <properties>
- <property>model</property>
- <property>searchPath</property>
- </properties>
- <classNamesForDeployment>
- <className>model</className>
- </classNamesForDeployment>
- </plugin>
- </plugins>
|