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/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/META-INF/MANIFEST.MF')
-rwxr-xr-xbundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
index 6f432216b..ea036814b 100755
--- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
@@ -28,3 +28,4 @@ Export-Package: org.eclipse.equinox.console.common,
org.apache.felix.service.command;status=provisional;mandatory:=status;version="0.10.0"
Require-Bundle: org.apache.felix.gogo.runtime;bundle-version="0.10.0",
org.apache.felix.gogo.shell;bundle-version="0.10.0"
+Automatic-Module-Name: org.eclipse.equinox.console

Back to the top