Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-12-21 13:58:58 +0000
committerKarsten Thoms2017-12-21 22:04:26 +0000
commit4190b192bee35fadd7aa1a16cda3730528a0fbd6 (patch)
tree3c70274c2c98b4e378b04ae7f56ac33186d1a697 /bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF
parentbc1daa5e608edd9fb7715d3fd546639f775c5020 (diff)
downloadrt.equinox.bundles-4190b192bee35fadd7aa1a16cda3730528a0fbd6.tar.gz
rt.equinox.bundles-4190b192bee35fadd7aa1a16cda3730528a0fbd6.tar.xz
rt.equinox.bundles-4190b192bee35fadd7aa1a16cda3730528a0fbd6.zip
Bug 529079 - Add Automatic-Module-Name header for Java 9I20180102-2215I20180102-2000
Updated version for Eclipse 4.8 Photon Change-Id: I724b125814f395fb5ca123adff7990b7653da3f6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF
index 64714456f..0464fd848 100644
--- a/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF
@@ -30,3 +30,4 @@ Export-Package: org.eclipse.equinox.console.internal.ssh;x-internal:=true,
org.eclipse.equinox.console.jaas,
org.eclipse.equinox.console.ssh;x-internal:=true,
org.eclipse.equinox.console.storage;x-internal:=true
+Automatic-Module-Name: org.eclipse.equinox.console.ssh

Back to the top