prmt_ldkspec.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. +=========================================================================+
  4. | Licensed Materials - Property of IBM |
  5. | BI and PM: prmt |
  6. | (C) Copyright IBM Corp. 2002, 2016 |
  7. | |
  8. | US Government Users Restricted Rights - Use, duplication or |
  9. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp. |
  10. | |
  11. +=========================================================================+
  12. -->
  13. <!-- $Header: //prmt/main/build/prmt_ldkspec.xml#3 $ -->
  14. <!-- $DateTime: 2010/02/03 17:57:56 $ -->
  15. <!-- $Change: 175889 $ -->
  16. <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./LocalizationSpec.xsd">
  17. <messageFile component="PRMT" baseName="promptingStrings">
  18. <transformations>
  19. <transformation process="xslt">
  20. <xsltOptions script="PRMTXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
  21. <targetDirs>
  22. <targetDir dir="webcontent/prompting/res"/>
  23. </targetDirs>
  24. </transformation>
  25. <transformation process="xslt">
  26. <xsltOptions script="PRMTXmlToJavascript2.xslt" targetFileType="Text" targetFileExtension=".js"/>
  27. <targetDirs>
  28. <targetDir dir="webcontent/bi/prompt/res"/>
  29. </targetDirs>
  30. </transformation>
  31. <transformation process="Copy">
  32. <targetDirs>
  33. <targetDir dir="templates/ps/prompting"/>
  34. </targetDirs>
  35. </transformation>
  36. </transformations>
  37. </messageFile>
  38. </messageFiles>