ags_ldkspec.xml 1.7 KB

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