Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ef72895e680f626005d19869109d03092d318d1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.utility
Bundle-Version: 2.0.0.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.jpt.utility.internal,
 org.eclipse.jpt.utility.internal.iterators
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top