12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- IBM Cognos Products: AGS
- (C) Copyright IBM Corp. 2005, 2010
- 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="../../../../CCL/CCLCore/Resources/LocalizationSpec.xsd">
- <messageFile component="AGS" baseName="AGS" containsBrand="true">
- <transformations>
- <transformation process="CCLInputSource.xslt">
- <targetDirs>
- <targetDir dir="templates/ps/messages"/>
- </targetDirs>
- </transformation>
- <transformation process="custom">
- <targetDirs>
- <targetDir dir="webcontent/ags/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">default</entry>
- <entry key="hasJavaLogo">false</entry>
- <entry key="hasEclipseLogo">false</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>
- </properties>
- </customOptions>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|