12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: repository service
- (C) Copyright IBM Corp. 2010
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <services xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://developer.cognos.com/schemas/ccllogging/1/" xsi:schemaLocation="http://developer.cognos.com/schemas/ccllogging/1/ ../ipfstartup.xsd">
- <process id="java">
- <!-- Repository Service -->
- <service id="ps">
- <component id="ECM_VIEW"/>
- </service>
- </process>
- </services>
|