1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: Viewer
- (C) Copyright IBM Corp. 2001, 2013
- US Government Users Restricted Rights - Use, duplication or
- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- $Header$ -->
- <!-- $DateTime$ -->
- <!-- $Change$ -->
- <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/LocalizationSpec.xsd">
- <messageFile component="VIEWER" baseName="viewer">
- <transformations>
- <transformation process="CCLInputSource.xslt">
- <targetDirs>
- <targetDir dir="templates/ps/messages"/>
- </targetDirs>
- </transformation>
- <transformation process="CCLXmlToProperties.xslt">
- <targetDirs>
- <targetDir dir="webapps/p2pd/WEB-INF/classes"/>
- </targetDirs>
- </transformation>
- <transformation process="xslt">
- <xsltOptions script="ViewerXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
- <targetDirs>
- <targetDir dir="webcontent/rv/res"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="VIEWER" baseName="viewer" containsBrand="true">
- <transformations>
- <transformation process="custom">
- <targetDirs>
- <targetDir dir="webcontent/rv/images"/>
- </targetDirs>
- <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileType="jpg" targetFileExtension=".jpg">
- <properties>
- <!-- get <entry> nodes from default.properties template within localizationkitExt.jar-->
- <entry key="template">oneui</entry>
- <!--The following 3 are the only REQUIRED <entry> nodes that a component LDKspec MUST supply-->
- <entry key="product.msgId">IDS_PROP_PRODUCT</entry>
- <entry key="version.msgId">IDS_PROP_VERSION</entry>
- <entry key="legal.msgId">IDS_PROP_LEGAL</entry>
- <entry key="hasJavaLogo">true</entry>
- <entry key="hasEclipseLogo">false</entry>
- <entry key="baseName">about</entry>
- </properties>
- </customOptions>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|