masterPageMap.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: mdsrv
  5. (C) Copyright IBM Corp. 2008, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <!--
  13. MasterPageMap for Cognos Metrics Manager (CMM)
  14. Specifies a group of PageMap's, that together, define an application running under the ALP
  15. Web-Application architecture.
  16. -->
  17. <!--
  18. For documentation on PageMap please see the huge comment at the top of the Cognos Metrics Manager
  19. pageMap.xml file which is currently in Perforce at:
  20. //cmm/copernicus/main/Webapps/p2pd/WEB-INF/cmm/pageMap.xml
  21. or else see the 'PageMap Guide' link within the 'Alp' section of the Wiki Page at:
  22. http://sottmetricguru/cmm_wiki/
  23. -->
  24. <!--
  25. DEVELOPER NOTE: A 'masterPageMap' is not reloaded dynamically in developer mode, however the
  26. pageMaps specified below are reloaded dynamically.
  27. -->
  28. <masterPageMap>
  29. <pageMaps>
  30. <!-- Note relativePath is relative to the directory that this masterPageMap.xml file is in. -->
  31. <!-- The original CMM pageMap (now used mainly for navigation pages and common parameter lists -->
  32. <pageMap relativePath="pageMap.xml"/>
  33. <pageMap relativePath="importPageMap.xml"/>
  34. </pageMaps>
  35. </masterPageMap>