Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c6afd9eaae15f6b2758a0feb9527e9d2595e6079 (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-SymbolicName: org.eclipse.mat.ibmdumps;singleton:=true
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 1.0.0.qualifier
Class-Path: bin/
Export-Package: org.eclipse.mat.ibmvm.acquire,
 org.eclipse.mat.ibmvm.agent
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.100",
 org.eclipse.mat.api;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Eclipse-LazyStart: true
Bundle-ClassPath: bin/,
 classes/,
 .
Bundle-Localization: plugin
Bundle-Copyright: Copyright (c) 2010 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