12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" ?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclutils
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- --><messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/LocalizationSpec.xsd">
- <messageFile baseName="cclcfgapimsgs" component="OM">
- <transformations>
- <transformation process="BMF">
- <targetDirs>
- <targetDir dir="bin"/>
- <targetDir dir="cgi-bin"/>
- <targetDir dir="bind" type="Debug"/>
- <targetDir dir="cgi-bind" type="Debug"/>
- <targetDir dir="bin64"/>
- <targetDir dir="bind64" type="Debug"/>
- </targetDirs>
- </transformation>
- <transformation process="CCLXmlToProperties2.xslt">
- <targetDirs>
- <targetDir dir="webapps/p2pd/WEB-INF/classes"/>
- <targetDir dir="bin"/>
- <targetDir dir="bind" type="Debug"/>
- <targetDir dir="bin64"/>
- <targetDir dir="bind64" type="Debug"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|