1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: qs
- (C) Copyright IBM Corp. 2001, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../CCL/CCLCore/Resources/LocalizationSpec.xsd">
- <messageFile component="QS" baseName="QSAboutBox">
- <transformations>
- <transformation process="custom">
- <targetDirs>
- <targetDir dir="webcontent/qs/images"/>
- </targetDirs>
- <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileType="jpg" targetFileExtension=".jpg">
- <properties>
- <entry key="baseName">qs_about_box</entry>
- <entry key="template">oneui</entry>
- <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">false</entry>
- <entry key="hasEclipseLogo">false</entry>
- </properties>
- </customOptions>
- </transformation>
- <transformation process="Copy">
- <targetDirs>
- <targetDir dir="templates/ps/messages"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|