Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2018-04-24 19:21:42 +0000
committerDennis Wagelaar2018-04-24 19:21:42 +0000
commite721c7f150d08cc22013e1f3ee8c630c91782b2d (patch)
treefb92955b2c7623f5ba9adb7db8376c12ba31e1bb /plugins/org.eclipse.m2m.atl.engine.emfvm/META-INF
parent1a6ccb4b9cc81f748008f6a9b401aefd4ff67da3 (diff)
downloadorg.eclipse.atl-e721c7f150d08cc22013e1f3ee8c630c91782b2d.tar.gz
org.eclipse.atl-e721c7f150d08cc22013e1f3ee8c630c91782b2d.tar.xz
org.eclipse.atl-e721c7f150d08cc22013e1f3ee8c630c91782b2d.zip
Add Automatic-Module-Name for Java 9 compatibility.
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.engine.emfvm/META-INF')
-rw-r--r--plugins/org.eclipse.m2m.atl.engine.emfvm/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.m2m.atl.engine.emfvm/META-INF/MANIFEST.MF b/plugins/org.eclipse.m2m.atl.engine.emfvm/META-INF/MANIFEST.MF
index 548e1392..c9d6debe 100644
--- a/plugins/org.eclipse.m2m.atl.engine.emfvm/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.m2m.atl.engine.emfvm/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@ Export-Package: org.eclipse.m2m.atl.engine.emfvm,
org.eclipse.m2m.atl.engine.emfvm.launch,
org.eclipse.m2m.atl.engine.emfvm.lib
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Automatic-Module-Name: org.eclipse.m2m.atl.engine.emfvm

Back to the top