osgilauncher.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2003, 2012
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="osgiLauncher" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-15" logStartStop="true">
  8. <prerequisites>
  9. <prerequisite systemPropertyBool="com.ibm.cognos.pogo.osgi"/>
  10. </prerequisites>
  11. <handlers>
  12. <handler name="OSGiHandler" classname="com.cognos.pogo.osgi.launcher.OsgiHandler">
  13. <configuration>
  14. <item>
  15. <name>osgi.clean</name>
  16. <value>true</value>
  17. </item>
  18. <!-- Pass in configuration options here. -->
  19. <item>
  20. <name>osgi.console</name>
  21. <value></value>
  22. </item>
  23. <item>
  24. <name>osgi.debug</name>
  25. <value></value>
  26. </item>
  27. <!-- -->
  28. </configuration>
  29. </handler>
  30. <handler name="BundleFileListInstallerHandler" classname="com.cognos.pogo.osgi.launcher.BundleFileListInstallerHandler" directory="eclipse/plugins">
  31. <bundles>
  32. <bundle>org.eclipse.equinox.ds_</bundle>
  33. <bundle>org.eclipse.equinox.event_</bundle>
  34. <bundle>org.eclipse.equinox.util_</bundle>
  35. <bundle>org.eclipse.osgi.services_</bundle>
  36. <bundle>org.eclipse.osgi.util_</bundle>
  37. <bundle>org.eclipse.equinox.cm_</bundle>
  38. <bundle>javax.xml_</bundle>
  39. </bundles>
  40. </handler>
  41. <handler name="bundlewatcher" classname="com.cognos.pogo.osgi.launcher.BundleDirectoryWatcherHandler" directory="c10bundles/plugins"/>
  42. </handlers>
  43. </service>