Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1870613633a424c3abc08710df1bac23c1abef35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
Export-Package: org.eclipse.jpt.utility.tests.internal;x-internal:=true,
 org.eclipse.jpt.utility.tests.internal.iterators;x-internal:=true

Back to the top