Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0b06518d2a50b645040944a86ddd155e03f15f5d (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
31
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ptp.pldt.mpi.core; singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.ptp.pldt.mpi.core.MpiPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Export-Package: org.eclipse.ptp.pldt.mpi.core,
 org.eclipse.ptp.pldt.mpi.core.actions,
 org.eclipse.ptp.pldt.mpi.core.analysis,
 org.eclipse.ptp.pldt.mpi.core.editorHelp,
 org.eclipse.ptp.pldt.mpi.core.prefs,
 org.eclipse.ptp.pldt.mpi.core.views
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.ui.ide,
 org.eclipse.ui.editors,
 org.eclipse.cdt.core,
 org.eclipse.cdt.ui,
 org.eclipse.search,
 org.eclipse.help,
 org.eclipse.cdt.doc.user,
 org.eclipse.ptp.pldt.common,
 org.eclipse.photran.cdtinterface;resolution:=optional,
 org.eclipse.photran.core;resolution:=optional,
 org.eclipse.photran.core.vpg;resolution:=optional
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top