Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 73a345c39aa4036ac061d66f4db5e82d5a901cbd (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.apt.pluggable.core;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.jdt.internal.apt.pluggable.core.Apt6Plugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.jdt.apt.core,
 org.eclipse.jdt.core,
 org.eclipse.core.resources
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.jdt.internal.apt.pluggable.core;x-internal:=true,
 org.eclipse.jdt.internal.apt.pluggable.core.dispatch;x-internal:=true,
 org.eclipse.jdt.internal.apt.pluggable.core.filer;x-internal:=true
Bundle-Localization: plugin
Import-Package: org.eclipse.jdt.internal.compiler.tool,
 org.eclipse.jdt.internal.compiler.apt.dispatch,
 org.eclipse.jdt.internal.compiler.apt.model,
 org.eclipse.jdt.internal.compiler.apt.util
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.jdt.apt.pluggable.core

Back to the top