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.frameworkadmin.test
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.frameworkadmin.test')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
index 9df57e47c..ba3631d75 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
@@ -13,3 +13,4 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.equinox.frameworkadmin.tests
Eclipse-BundleShape: dir
+Automatic-Module-Name: org.eclipse.equinox.frameworkadmin.test

Back to the top