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: 276eaaefcb94342bb02809883ed02c0ab8d6264d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-SymbolicName: org.eclipse.mat.report;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mat,
 org.eclipse.mat.collect,
 org.eclipse.mat.query,
 org.eclipse.mat.query.annotations,
 org.eclipse.mat.query.annotations.descriptors,
 org.eclipse.mat.query.quantize,
 org.eclipse.mat.query.refined,
 org.eclipse.mat.query.registry;x-friends:="org.eclipse.mat.ui,org.eclipse.mat.api,org.eclipse.mat.chart.ui",
 org.eclipse.mat.query.results,
 org.eclipse.mat.report,
 org.eclipse.mat.util
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.100"
Eclipse-BuddyPolicy: dependent
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.mat.report.internal.ReportPlugin
Import-Package: com.ibm.icu.text;version="3.6.1"
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