Skip to content
Snippets Groups Projects
MANIFEST.MF 1.29 KiB
Newer Older
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spider Chart
Bundle-SymbolicName: org.fortiss.tooling.spiderchart.ui
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: fortiss GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Developer: Amit Kumar Mondal (admin@amitinside.com)
Git-Project-Url: https://github.com/amitjoy/Spider-Chart-SWT.git 
Export-Package: org.fortiss.tooling.spiderchart,
 org.fortiss.tooling.spiderchart.api.annotations,
 org.fortiss.tooling.spiderchart.api.annotations.processor,
 org.fortiss.tooling.spiderchart.builder,
 org.fortiss.tooling.spiderchart.builder.model,
 org.fortiss.tooling.spiderchart.example,
 org.fortiss.tooling.spiderchart.gc,
 org.fortiss.tooling.spiderchart.gc.swt,
 org.fortiss.tooling.spiderchart.label,
 org.fortiss.tooling.spiderchart.label.api,
 org.fortiss.tooling.spiderchart.legend,
 org.fortiss.tooling.spiderchart.listener,
 org.fortiss.tooling.spiderchart.plotter,
 org.fortiss.tooling.spiderchart.plotter.spider,
 org.fortiss.tooling.spiderchart.scale,
 org.fortiss.tooling.spiderchart.sequence,
 org.fortiss.tooling.spiderchart.style,
 org.fortiss.tooling.spiderchart.swt,
 org.fortiss.tooling.spiderchart.title,
 org.fortiss.tooling.spiderchart.util
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.swt;bundle-version="3.102.1"