Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 8fa9959635d7a548fa541ad88d8d2123edf646b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mat.chart.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.mat.chart;bundle-version="1.0.0",
 org.eclipse.mat.ui;bundle-version="1.0.0",
 org.eclipse.ui;bundle-version="3.3.0",
 org.eclipse.ui.forms;bundle-version="3.3.0",
 org.eclipse.birt.chart.device.extension;bundle-version="2.2.0",
 org.eclipse.birt.chart.device.swt;bundle-version="2.2.0",
 org.eclipse.birt.chart.engine.extension;bundle-version="2.2.0",
 org.eclipse.birt.chart.engine;bundle-version="2.2.0",
 org.eclipse.birt.core;bundle-version="2.2.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
Bundle-Copyright: Copyright (c) 2008, 2010 SAP AG and IBM Corporation. 
 All rights reserved. This program and the accompanying materials 
 are made available under the terms of the Eclipse Public License v1.0 
 which accompanies this distribution, and is available at 
 http://www.eclipse.org/legal/epl-v10.html

Back to the top