ansAbout_ldkspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ans
  5. (C) Copyright IBM Corp. 2005, 2020
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../CCL/CCLCore/Resources/LocalizationSpec.xsd">
  9. <messageFile component="ANS" baseName="ansAbout" containsBrand="true">
  10. <transformations>
  11. <transformation process="custom">
  12. <targetDirs>
  13. <targetDir dir="webcontent/explore/images"/>
  14. </targetDirs>
  15. <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileType="jpg" targetFileExtension=".jpg">
  16. <properties>
  17. <!-- get <entry> nodes from default.properties template within localizationkitExt.jar-->
  18. <entry key="template">default</entry>
  19. <!--The following 3 are the only REQUIRED <entry> nodes that a component LDKspec MUST supply-->
  20. <entry key="product.msgId">IDS_PROP_PRODUCT</entry>
  21. <entry key="version.msgId">IDS_PROP_VERSION</entry>
  22. <entry key="legal.msgId">IDS_PROP_LEGAL</entry>
  23. <!--other image properties-->
  24. <entry key="hasJavaLogo">false</entry>
  25. <entry key="hasEclipseLogo">false</entry>
  26. <entry key="legal.size">10</entry>
  27. <entry key="baseName">ansAboutBox</entry>
  28. <entry key="product.size">22</entry>
  29. </properties>
  30. </customOptions>
  31. </transformation>
  32. </transformations>
  33. </messageFile>
  34. </messageFiles>