Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-12-13 08:22:59 +0000
committerAlexander Kurtakov2017-12-13 14:31:37 +0000
commit774ec10b9a292710170dbbc4196d21f6a44c22b5 (patch)
treeb6efaa0429fc6911100e0d9b39d9e10829422997 /bundles/org.eclipse.equinox.launcher
parentd87e26787c30b6122baf0b68aee0068ee0380305 (diff)
downloadrt.equinox.framework-774ec10b9a292710170dbbc4196d21f6a44c22b5.tar.gz
rt.equinox.framework-774ec10b9a292710170dbbc4196d21f6a44c22b5.tar.xz
rt.equinox.framework-774ec10b9a292710170dbbc4196d21f6a44c22b5.zip
Bug 528687 - Add missing Automatic-Module-Name header for Java 9
Change-Id: I19251aca58e9ddc2269357c0f8e9a73d2c4cd252 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher')
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index d8dcdf12f..d5a0d87aa 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@ Bundle-Localization: launcher
Export-Package: org.eclipse.core.launcher;x-internal:=true,
org.eclipse.equinox.internal.launcher;x-internal:=true,
org.eclipse.equinox.launcher;x-internal:=true
+Automatic-Module-Name: org.eclipse.equinox.launcher

Back to the top