Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1bd552b95e43afaeb04f4495146dee27bf32a959 (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.tests
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Require-Bundle: org.eclipse.jpt.utility,
 org.junit;bundle-version="[3.0.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top