commit | 7e87d0b840d3bd98317c88e4d332e3b5bc0fc265 | [log] [tgz] |
---|---|---|
author | Harald Mackamul <harald.mackamul@de.bosch.com> | Mon Apr 09 09:25:36 2018 +0200 |
committer | Harald Mackamul <harald.mackamul@de.bosch.com> | Mon Apr 09 09:28:37 2018 +0200 |
tree | 3c1e885d613c94b85e3b08121d0558288bd8e2e1 | |
parent | 66d62e9287e47ed3589794aff538c7a853c06ec0 [diff] [blame] |
Fixed some warnings: Java 9 automatic-module-name, unused imports
diff --git a/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF index 1008c5f..d69d48e 100644 --- a/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF
@@ -21,3 +21,4 @@ org.eclipse.sphinx.emf;visibility:=reexport, org.eclipse.app4mc.amalthea.sphinx;visibility:=reexport Bundle-ActivationPolicy: lazy +Automatic-Module-Name: org.eclipse.app4mc.amalthea.model