123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" ?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ccllogging
- (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/prod/Resources/LocalizationSpec.xsd">
- <messageFile baseName="Log" component="CCL">
- <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="logtest" component="CCL">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="bin"/>
- <targetDir dir="bind" type="Debug"/>
- <targetDir dir="bin64"/>
- <targetDir dir="bind64" type="Debug"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile baseName="coglog" component="CCL">
- <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>
- </messageFiles>
|