Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-12-21 13:36:38 +0000
committerAlexander Kurtakov2018-01-03 09:18:47 +0000
commit4fc4e4e9f0a2e144106a681e5fe6e0a268c87382 (patch)
treecd28fa31779348c964554a0ba5cb4b269336cff1 /bundles/org.eclipse.equinox.simpleconfigurator.manipulator
parent96cec721b9b4969a9a8a22cd6a6d0991f730ba3a (diff)
downloadrt.equinox.p2-4fc4e4e9f0a2e144106a681e5fe6e0a268c87382.tar.gz
rt.equinox.p2-4fc4e4e9f0a2e144106a681e5fe6e0a268c87382.tar.xz
rt.equinox.p2-4fc4e4e9f0a2e144106a681e5fe6e0a268c87382.zip
Bug 529078 - Add header Automatic-Module-Name for Java 9I20180104-2000I20180104-0030I20180103-2000
Increment versions for Eclipse 4.8 Photon Change-Id: I678108c1f5afa895be26040184cd8c21e83a8a0e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator.manipulator')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
index e5de0c45b..1dc5171a9 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
@@ -20,3 +20,4 @@ Export-Package: org.eclipse.equinox.internal.simpleconfigurator.manipulator;x-fr
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.5.0"
Service-Component: OSGI-INF/configurator.xml
+Automatic-Module-Name: org.eclipse.equinox.simpleconfigurator.manipulator

Back to the top