Skip to main content
summaryrefslogtreecommitdiffstats
blob: c4f6f654816dc7b597d8290006636ba2dfe624df (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ptp.pldt.wizards;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.ptp.pldt.wizards.MpiWizardsPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.cdt.managedbuilder.ui,
 org.eclipse.cdt.managedbuilder.core,
 org.eclipse.cdt.core,
 org.eclipse.core.resources,
 org.eclipse.ptp.pldt.mpi.core,
 org.eclipse.ptp.pldt.common,
 org.eclipse.cdt.ui,
 org.eclipse.ptp.pldt.openmp.core
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.cdt.ui.wizards,
 org.eclipse.ui.wizards.newresource
Export-Package: org.eclipse.ptp.pldt.wizards,
 org.eclipse.ptp.pldt.wizards.wizardPages
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top