12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" ?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: HTS
- (C) Copyright IBM Corp. 2005, 2010
- 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/Resources/LocalizationSpec.xsd">
- <messageFile baseName="htsmsg" component="HTS">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="bin"/>
- <targetDir dir="bind" type="Debug"/>
- <targetDir dir="bin64"/>
- <targetDir dir="bind64" type="Debug"/>
- <targetDir dir="webapps/p2pd/WEB-INF/classes"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile baseName="ansmsg" component="ANS">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="webapps/p2pd/WEB-INF/classes"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile baseName="myinbox" component="HTS">
- <transformations>
- <transformation process="CCLInputSource.xslt">
- <targetDirs>
- <targetDir dir="webapps/p2pd/WEB-INF/fragments/producers/messages"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|