Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eb68e0c60ec90438c5f4cec77c547e65e7739b83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.xlc.core;singleton:=true
Bundle-Version: 5.0.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.cdt.managedbuilder.core,
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.cdt.core,
 org.eclipse.cdt.make.xlc.core,
 org.eclipse.cdt.make.core,
 org.eclipse.ui
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.cdt.managedbuilder.xlc.core.XLCCorePlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.cdt.managedbuilder.xlc.core
Automatic-Module-Name: org.eclipse.cdt.managedbuilder.xlc.core

Back to the top