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