1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- BI and PM: Mobile
- (C) Copyright IBM Corp. 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <producer version="4.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://developer.cognos.com/fragments/producer/1/ ..\..\schemas\producer.xsd"
- xmlns="http://developer.cognos.com/fragments/producer/1/">
- <name>IBM Cognos Mobile Admin</name>
- <portalPackage>Administration</portalPackage>
- <handle>mobileAdministration</handle>
- <plugin executeOnUpdate="true">com.cognos.mobile.adminconsole.AdminConsoleAutoRegistration</plugin>
- <fragment>
- <handle>remoteConfig</handle>
- <implementation>/mobileAdmin/remoteConfig</implementation>
- </fragment>
- <fragment>
- <handle>serverConfig</handle>
- <implementation>/mobileAdmin/serverConfig</implementation>
- </fragment>
- <fragment>
- <handle>skinConfig</handle>
- <implementation>/mobileAdmin/skinConfig</implementation>
- </fragment>
- </producer>
|