producer.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. IBM Confidential
  4. OCO Source Materials
  5. BI and PM: Mobile
  6. (C) Copyright IBM Corp. 2013
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <producer version="4.0"
  10. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. xsi:schemaLocation="http://developer.cognos.com/fragments/producer/1/ ..\..\schemas\producer.xsd"
  12. xmlns="http://developer.cognos.com/fragments/producer/1/">
  13. <name>IBM Cognos Mobile Admin</name>
  14. <portalPackage>Administration</portalPackage>
  15. <handle>mobileAdministration</handle>
  16. <plugin executeOnUpdate="true">com.cognos.mobile.adminconsole.AdminConsoleAutoRegistration</plugin>
  17. <fragment>
  18. <handle>remoteConfig</handle>
  19. <implementation>/mobileAdmin/remoteConfig</implementation>
  20. </fragment>
  21. <fragment>
  22. <handle>serverConfig</handle>
  23. <implementation>/mobileAdmin/serverConfig</implementation>
  24. </fragment>
  25. <fragment>
  26. <handle>skinConfig</handle>
  27. <implementation>/mobileAdmin/skinConfig</implementation>
  28. </fragment>
  29. </producer>