Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-21 08:44:44 +0000
committerKalyan Prasad Tatavarthi2021-06-25 04:44:30 +0000
commitca7f4502b054ecb290220aafc5ce80b1c0c8bbcc (patch)
tree8cbdcfbdff3471e5e2a3daf67823352064e7d0d1
parent6999e0d7706d19b0182c9feaa433168e1786549b (diff)
downloadeclipse.jdt.core.binaries-ca7f4502b054ecb290220aafc5ce80b1c0c8bbcc.tar.gz
eclipse.jdt.core.binaries-ca7f4502b054ecb290220aafc5ce80b1c0c8bbcc.tar.xz
eclipse.jdt.core.binaries-ca7f4502b054ecb290220aafc5ce80b1c0c8bbcc.zip
Change-Id: I972e56cc639680fd847375e6980420feb97b8a3c Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.core.binaries/+/182287 Tested-by: JDT Bot <jdt-bot@eclipse.org> Reviewed-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
-rw-r--r--org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF b/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF
index 2a2784f..bae804d 100644
--- a/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF
@@ -6,3 +6,4 @@ Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Eclipse-BundleShape: dir
+Automatic-Module-Name: org.eclipse.jdt.core.tests.binaries

Back to the top