12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../CCL/CCLCore/Resources/LocalizationSpec.xsd">
- <messageFile component="ANS" baseName="ansAbout" containsBrand="true">
- <transformations>
- <transformation process="custom">
- <targetDirs>
- <targetDir dir="webcontent/explore/images"/>
- </targetDirs>
- <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileType="jpg" targetFileExtension=".jpg">
- <properties>
-
- <entry key="template">default</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>
- <entry key="legal.size">10</entry>
- <entry key="baseName">ansAboutBox</entry>
- <entry key="product.size">22</entry>
-
- </properties>
- </customOptions>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|