Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-12-01 04:04:44 +0000
committerAlexander Kurtakov2017-12-01 07:24:33 +0000
commitb8b6bb98e1582b5cea8c765f37c1d3d0194beb94 (patch)
treed7cb491f9021bc6815fa4fe877485864ffc95aae /org.eclipse.debug.core/META-INF/MANIFEST.MF
parentc0288fb1df23179c5b7f6ce1d184f0c34ba47d20 (diff)
downloadeclipse.platform.debug-b8b6bb98e1582b5cea8c765f37c1d3d0194beb94.tar.gz
eclipse.platform.debug-b8b6bb98e1582b5cea8c765f37c1d3d0194beb94.tar.xz
eclipse.platform.debug-b8b6bb98e1582b5cea8c765f37c1d3d0194beb94.zip
Bug 527939 - Add Automatic-Module-Name to MANIFEST.MF in Platform DebugI20171201-0345
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.debug.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index ed8865310..d80184cbd 100644
--- a/org.eclipse.debug.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF
@@ -27,3 +27,4 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.9.0,4.0.0)";visibi
Bundle-ActivationPolicy: lazy
Import-Package: com.ibm.icu.text
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.debug.core

Back to the top