Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2498b9c48b4fe8058ff47815a9219d249418da10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.jpa.ui.tests;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: 
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.jface,
 org.eclipse.jpt.common.core.tests,
 org.eclipse.jpt.jpa.core.tests,
 org.eclipse.jpt.jpa.core.tests.extension.resource,
 org.eclipse.jpt.common.utility,
 org.eclipse.jpt.common.core,
 org.eclipse.jpt.jpa.core,
 org.eclipse.jpt.jpa.ui,
 org.eclipse.ui.navigator;bundle-version="3.4.0",
 org.eclipse.ui.forms;bundle-version="3.3.100",
 org.eclipse.ui.workbench;bundle-version="3.4.0",
 org.junit;bundle-version="[4.0.0,5.0.0)"
Export-Package: org.eclipse.jpt.jpa.ui.tests.internal;x-internal:=true,
 org.eclipse.jpt.jpa.ui.tests.internal.platform;x-internal:=true

Back to the top