Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Adding SWTChart to Orbit

> Hi,
> 
> I'd like to propose adding SWTChart to Orbit.
> 
> SWTChart (http://www.swtchart.org/) provides basic charting
> capabilities
> using just SWT. It is a light weight alternative that could be
> considered
> by Eclipse projects that require charting functionality but wishing
> to
> minimize their dependencies.
> 
> A CQ (https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5928) has
> passed
> review by the Eclipse Foundation, so the next step would be to have
> an Orbit
> committer create a CQ proposing SWTChart be committed.
> 
> 
> Cheers,
> --
> Roland Grunberg

The following is the contents of the MANIFEST.MF :

Manifest-Version: 1.0
Export-Package: org.swtchart
Require-Bundle: org.eclipse.swt
Bundle-Version: 0.7.0
Bundle-Name: SWTChart Plug-in
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.swtchart;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

-- 
Roland Grunberg


Back to the top