cnfg_ldkspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cnfg
  5. (C) Copyright IBM Corp. 2003, 2010
  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="./LocalizationSpec.xsd">
  9. <messageFile component="CNFG" baseName="cogconfig">
  10. <transformations>
  11. <transformation process="CCLXmlToProperties.xslt">
  12. <targetDirs>
  13. <targetDir dir="bin"/>
  14. <targetDir dir="bin64"/>
  15. <targetDir dir="bind" type="Debug"/>
  16. <targetDir dir="bind64" type="Debug"/>
  17. </targetDirs>
  18. </transformation>
  19. </transformations>
  20. </messageFile>
  21. <messageFile component="CNFG" baseName="cogconfigw">
  22. <transformations>
  23. <transformation process="BMF">
  24. <targetDirs>
  25. <targetDir dir="bin"/>
  26. <targetDir dir="bind" type="Debug"/>
  27. </targetDirs>
  28. </transformation>
  29. </transformations>
  30. </messageFile>
  31. <messageFile component="CNFG" baseName="config_wizard">
  32. <transformations>
  33. <transformation process="CCLXmlToProperties.xslt">
  34. <targetDirs>
  35. <targetDir dir="bin"/>
  36. <targetDir dir="bin64"/>
  37. <targetDir dir="bind" type="Debug"/>
  38. <targetDir dir="bind64" type="Debug"/>
  39. </targetDirs>
  40. </transformation>
  41. </transformations>
  42. </messageFile>
  43. <messageFile component="CNFG" baseName="cogconfigspl" containsBrand="true">
  44. <transformations>
  45. <transformation process="custom">
  46. <targetDirs>
  47. <targetDir dir="bin"/>
  48. <targetDir dir="bin64"/>
  49. </targetDirs>
  50. <customOptions
  51. impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator"
  52. targetFileType="png" targetFileExtension=".png">
  53. <properties>
  54. <entry key="template">default</entry>
  55. <entry key="product.msgId">IDS_PROP_PRODUCT</entry>
  56. <entry key="version.msgId">IDS_PROP_VERSION</entry>
  57. <entry key="legal.msgId">IDS_PROP_LEGAL</entry>
  58. <entry key="hasJavaLogo">true</entry>
  59. <entry key="hasEclipseLogo">false</entry>
  60. </properties>
  61. </customOptions>
  62. </transformation>
  63. </transformations>
  64. </messageFile>
  65. </messageFiles>