Skip to main content
summaryrefslogtreecommitdiffstats
blob: a5a719738ec476fd0ab04620a76d608a88bad2d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.utility.tests
Bundle-Version: 1.3.0
Bundle-Localization: plugin
Require-Bundle: org.eclipse.jpt.utility;bundle-version="[1.2.0,2.0.0)",
 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,
 org.eclipse.jpt.utility.tests.internal.model;x-internal:=true,
 org.eclipse.jpt.utility.tests.internal.model.listener;x-internal:=true,
 org.eclipse.jpt.utility.tests.internal.model.value;x-internal:=true,
 org.eclipse.jpt.utility.tests.internal.model.value.prefs;x-internal:=true,
 org.eclipse.jpt.utility.tests.internal.model.value.swing;x-internal:=true,
 org.eclipse.jpt.utility.tests.internal.node;x-internal:=true

Back to the top