Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-01-14 08:37:55 +0000
committerMickael Istria2016-01-28 16:54:29 +0000
commitf20750a49c148b27e0499039037d15bc051afe3b (patch)
treeeaad3e53763b16697d0c554f8a9d207f391020ec /org.eclipse.m2e.importer/META-INF/MANIFEST.MF
parent31bface99786a03d3debdf59f1b00906898fcb97 (diff)
downloadm2e-core-f20750a49c148b27e0499039037d15bc051afe3b.tar.gz
m2e-core-f20750a49c148b27e0499039037d15bc051afe3b.tar.xz
m2e-core-f20750a49c148b27e0499039037d15bc051afe3b.zip
[464535] Test for importer
Change-Id: I3bc8685eea13abd5e588674d15921ae94f1852fd Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.m2e.importer/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.importer/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.importer/META-INF/MANIFEST.MF b/org.eclipse.m2e.importer/META-INF/MANIFEST.MF
index 34c691c8..9e5bd696 100644
--- a/org.eclipse.m2e.importer/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.importer/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@ Require-Bundle: org.eclipse.e4.ui.importer,
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.m2e.importer.internal.Activator
+Export-Package: org.eclipse.m2e.importer.internal

Back to the top