Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.integration.tests.common/META-INF')
-rw-r--r--org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF35
1 files changed, 35 insertions, 0 deletions
diff --git a/org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF b/org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..b997f8e5
--- /dev/null
+++ b/org.eclipse.m2e.integration.tests.common/META-INF/MANIFEST.MF
@@ -0,0 +1,35 @@
+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.13.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
+

Back to the top