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