viewer_ldkspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: Viewer
  5. (C) Copyright IBM Corp. 2001, 2013
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- $Header$ -->
  10. <!-- $DateTime$ -->
  11. <!-- $Change$ -->
  12. <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/LocalizationSpec.xsd">
  13. <messageFile component="VIEWER" baseName="viewer">
  14. <transformations>
  15. <transformation process="CCLInputSource.xslt">
  16. <targetDirs>
  17. <targetDir dir="templates/ps/messages"/>
  18. </targetDirs>
  19. </transformation>
  20. <transformation process="CCLXmlToProperties.xslt">
  21. <targetDirs>
  22. <targetDir dir="webapps/p2pd/WEB-INF/classes"/>
  23. </targetDirs>
  24. </transformation>
  25. <transformation process="xslt">
  26. <xsltOptions script="ViewerXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
  27. <targetDirs>
  28. <targetDir dir="webcontent/rv/res"/>
  29. </targetDirs>
  30. </transformation>
  31. </transformations>
  32. </messageFile>
  33. <messageFile component="VIEWER" baseName="viewer" containsBrand="true">
  34. <transformations>
  35. <transformation process="custom">
  36. <targetDirs>
  37. <targetDir dir="webcontent/rv/images"/>
  38. </targetDirs>
  39. <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileType="jpg" targetFileExtension=".jpg">
  40. <properties>
  41. <!-- get <entry> nodes from default.properties template within localizationkitExt.jar-->
  42. <entry key="template">oneui</entry>
  43. <!--The following 3 are the only REQUIRED <entry> nodes that a component LDKspec MUST supply-->
  44. <entry key="product.msgId">IDS_PROP_PRODUCT</entry>
  45. <entry key="version.msgId">IDS_PROP_VERSION</entry>
  46. <entry key="legal.msgId">IDS_PROP_LEGAL</entry>
  47. <entry key="hasJavaLogo">true</entry>
  48. <entry key="hasEclipseLogo">false</entry>
  49. <entry key="baseName">about</entry>
  50. </properties>
  51. </customOptions>
  52. </transformation>
  53. </transformations>
  54. </messageFile>
  55. </messageFiles>