manifest.xml 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Watson Analytics
  5. (C) Copyright IBM Corp. 2019
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <manifest xmlns="http://www.ibm.com/xmlns/prod/ba/vipr/vizBundle/manifest.1">
  10. <Bundle-SymbolicName>com.ibm.vis.rave2bundleboxplot</Bundle-SymbolicName>
  11. <Bundle-Name>Boxplot (RAVE2)</Bundle-Name>
  12. <Bundle-ManifestVersion>1.0</Bundle-ManifestVersion>
  13. <Bundle-Type>visualization</Bundle-Type>
  14. <Bundle-Version>1.0</Bundle-Version>
  15. <Bundle-Nls>./nls/Messages</Bundle-Nls>
  16. <ServiceDefinition>rave2bundleboxplot.xml</ServiceDefinition>
  17. <ServiceBindings>
  18. <!-- Each service binding defines the format and implementation class of a visualization service.
  19. The format can be 'client' or 'image' and determines the type rendering that is performed.
  20. The implementation class is a reference to the class that implements the rendering service
  21. and has the format <jar-name>/<class-name>. The jar file location is relative to the location
  22. of this file.
  23. -->
  24. <Service format="client,image" lang="java" class="vizbundles.rave2bundleboxplot-12.0.0-220506101407/com/ibm/vida/vizbundles/rave2bundleboxplot/renderer/Rave2BundleBoxPlotRenderer">
  25. </Service>
  26. </ServiceBindings>
  27. </manifest>