Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0162a7c0238bfab7a81221d083ab10ffb7e62b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.gen
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Localization: plugin
Export-Package: org.eclipse.jpt.gen.internal; x-friends:="org.eclipse.jpt.ui"
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.jdt.core,
 org.eclipse.jpt.core,
 org.eclipse.jpt.db,
 org.eclipse.jpt.utility
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top