diff options
Diffstat (limited to 'plugins/uml/alf')
6 files changed, 6 insertions, 0 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/META-INF/MANIFEST.MF index e96f05ff5da..a7397232352 100644 --- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/META-INF/MANIFEST.MF +++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/META-INF/MANIFEST.MF @@ -16,3 +16,4 @@ Bundle-ManifestVersion: 2 Bundle-Activator: org.eclipse.papyrus.uml.alf.ui.internal.CommonActivator Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.common.ui;singleton:=true Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)" +Automatic-Module-Name: org.eclipse.papyrus.uml.alf.common.ui diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/META-INF/MANIFEST.MF index 6551f52646e..cea50f06fe1 100644 --- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/META-INF/MANIFEST.MF +++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/META-INF/MANIFEST.MF @@ -23,3 +23,4 @@ Bundle-ManifestVersion: 2 Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)" Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.common;singleton:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Automatic-Module-Name: org.eclipse.papyrus.uml.alf.common diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/META-INF/MANIFEST.MF index 488621426ab..9c02b630865 100644 --- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/META-INF/MANIFEST.MF +++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/META-INF/MANIFEST.MF @@ -12,3 +12,4 @@ Bundle-ManifestVersion: 2 Bundle-Activator: org.eclipse.papyrus.uml.alf.libraries.AlfLibrariesActivator Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.libraries;singleton:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Automatic-Module-Name: org.eclipse.papyrus.uml.alf.libraries diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/META-INF/MANIFEST.MF index 07efac7ac6f..1af3c4a8247 100644 --- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/META-INF/MANIFEST.MF +++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/META-INF/MANIFEST.MF @@ -10,3 +10,4 @@ Bundle-ManifestVersion: 2 Bundle-Activator: org.eclipse.papyrus.uml.alf.to.fuml.AlfMappingActivator Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.to.fuml;singleton:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Automatic-Module-Name: org.eclipse.papyrus.uml.alf.to.fuml diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF index 8595b175348..54e34e9a1f0 100644 --- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF +++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF @@ -36,3 +36,4 @@ Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.ui;singleton:=true Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)", org.eclipse.xtext.xbase.lib;version="[2.10.0,3.0.0)" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Automatic-Module-Name: org.eclipse.papyrus.uml.alf.ui diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF index 8795658d1cd..acacf984609 100644 --- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF +++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF @@ -49,3 +49,4 @@ Bundle-ManifestVersion: 2 Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)", org.eclipse.xtext.xbase.lib;version="[2.10.0,3.0.0)" Bundle-SymbolicName: org.eclipse.papyrus.uml.alf;singleton:=true +Automatic-Module-Name: org.eclipse.papyrus.uml.alf |