Skip to main content
summaryrefslogtreecommitdiffstats
blob: f2f27019d56531b61eec2b92c01d380fa8d4949f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.ui.tests
Bundle-Version: 1.0.0
Require-Bundle: org.junit,
 org.junit4;bundle-version="4.3.1",
 org.eclipse.core.runtime,
 org.eclipse.jface,
 org.eclipse.jpt.core.tests,
 org.eclipse.jpt.core.tests.extension.resource,
 org.eclipse.jpt.utility,
 org.eclipse.jpt.core,
 org.eclipse.jpt.ui,
 org.eclipse.ui.workbench;bundle-version="3.4.0"
Eclipse-LazyStart: true
Export-Package: org.eclipse.jpt.ui.tests;x-internal:=true,
 org.eclipse.jpt.ui.tests.internal.platform;x-internal:=true,
 org.eclipse.jpt.ui.tests.internal.swt;x-internal:=true

Back to the top