Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2ae2708ffcc42b8b48f033ab4c3bcc2c72aa12d3 (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
28
29
30
31
32
33
34
35
36
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6
Bundle-Name: %Bundle-Name
Manifest-Version: 1.0
Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
Bundle-SymbolicName: org.eclipse.m2e.integration.tests.common;singleton:=true
Bundle-ManifestVersion: 2
Eclipse-LazyStart: true
MavenArtifact-GroupId: org.eclipse.m2e
Bundle-Version: 0.14.0.qualifier
MavenArtifact-ArtifactId: org.eclipse.m2e.integration.test.common
Export-Package: org.eclipse.m2e.integration.tests.common,
 org.eclipse.m2e.integration.tests.common.matchers
Require-Bundle: org.junit4;bundle-version="4.4.0",
 org.hamcrest,
 org.hamcrest.library,
 org.eclipse.swtbot.eclipse.finder,
 org.eclipse.swtbot.swt.finder,
 org.eclipse.swtbot.junit4_x,
 org.apache.log4j,
 org.eclipse.ui,
 org.eclipse.ui.ide,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.swt,
 org.eclipse.ui.forms,
 org.eclipse.search,
 org.eclipse.ui.editors,
 org.eclipse.m2e.editor,
 org.eclipse.m2e.editor.xml,
 org.eclipse.m2e.model.edit,
 org.eclipse.m2e.core,
 org.eclipse.m2e.maven.runtime,
 org.eclipse.m2e.tests.common,
 org.eclipse.m2e.core.ui;bundle-version="[0.14.0,0.15.0)"

Back to the top