cafj_ldkspec.xml 841 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: CAFJ
  5. (C) Copyright IBM Corp. 2012
  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="CAFJ" baseName="cafjMessages">
  10. <transformations>
  11. <!--Declaration to convert from YourComponentMsgs_xx.xml into YourComponentMsgs_xx.properties (Java) -->
  12. <transformation process="CCLXmlToProperties2.xslt">
  13. <targetDirs>
  14. <targetDir dir="webapps/p2pd/WEB-INF/classes"/>
  15. <targetDir dir="bin"/>
  16. </targetDirs>
  17. </transformation>
  18. </transformations>
  19. </messageFile>
  20. </messageFiles>