123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2010
- |
- | US Government Users Restricted Rights - Use, duplication or
- | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- |
- +========================================================================+
- -->
- <!--
- Copyright (C) 2008, 2010 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!-- $Header$ -->
- <!-- $DateTime$ -->
- <!-- $Change$ -->
- <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./LocalizationSpec.xsd">
- <messageFile component="BUX" baseName="buxMsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="webapps/p2pd/WEB-INF/classes"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxsrvmsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.nl_1.0.0/com/ibm/cognos/bux"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxsrvinfomsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.service.info.nl_1.0.0/com/ibm/cognos/bux/service/info"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxschemasmsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.schemas.nl_1.0.0/com/ibm/cognos/bux/schemas"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxdispctmsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.dispatchercontroller.nl_1.0.0/com/ibm/cognos/bux/dispatchercontroller"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxatommsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.service.atom.nl_1.0.0/com/ibm/cognos/bux/service/atom"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxatomrmmsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.service.atom.provider.remote.nl_1.0.0/com/ibm/cognos/bux/service/atom/provider/remote"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxatomcmmsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.service.atom.provider.cm.nl_1.0.0/com/ibm/cognos/bux/service/atom/provider/cm"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxutilsmsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="dropins/com.ibm.cognos.bux.utils.nl_1.0.0/com/ibm/cognos/bux/utils"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="BUX" baseName="buxtoolboxcontributormsg">
- <transformations>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="configuration/icd/contributions/contrib"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <!--Need to move the generated javaScript message files:
- For instance:
- From:
- <translation_target_folder>/webcontent/icd/bux/js/bux/BUXUIMsg_temp/buxuimsg_fr.js
- To:
- <IBMCognosBI_Root_folder>/webcontent/icd/bux/js/bux/nls/fr/buxuimsg.js
- From:
- <translation_target_folder>/webcontent/icd/bux/js/bux/BUXUIMsg_temp/buxuimsg_en.js
- To:
- <IBMCognosBI_Root_folder>/webcontent/icd/bux/js/bux/nls/en/buxuimsg.js
- -->
- <messageFile component="BUX" baseName="buxuimsg">
- <transformations>
- <transformation process="xslt">
- <xsltOptions script="BUXXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
- <targetDirs>
- <targetDir dir="webcontent/icd/bux/js/bux/nls"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|