From 45c4527fa6b1160ee431013e2b127d047b7ec403 Mon Sep 17 00:00:00 2001 From: Michael Uhl Date: Sun, 9 Dec 2018 11:13:36 +0100 Subject: [PATCH] Corrected the Activator. --- .../META-INF/MANIFEST.MF | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF index e514cf6..b9e7faa 100644 --- a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF +++ b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/META-INF/MANIFEST.MF @@ -2,17 +2,16 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Plugin Bundle-SymbolicName: JavaCompilerPlugin.Plugin;singleton:=true -Bundle-Version: 0.1.0 -Bundle-Vendor: de.dhbwstuttgart -Automatic-Module-Name: JavaCompilerPlugin.Plugin -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.jface.text, - org.eclipse.ui.editors, - org.eclipse.ui.workbench, - org.eclipse.core.resources, - org.eclipse.ui.ide, - org.eclipse.ui.views, - de.dhbwstuttgart.JavaCompilerCoreOsgi -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-Version: 1.0.0.qualifier Bundle-Activator: typinferenzplugin.Activator +Require-Bundle: org.eclipse.ui, + org.eclipse.core.runtime, + org.eclipse.jface.text, + org.eclipse.ui.editors, + org.eclipse.ui.workbench, + org.eclipse.core.resources, + org.eclipse.ui.ide, + org.eclipse.ui.views, + de.dhbwstuttgart.JavaCompilerCoreOsgi +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Automatic-Module-Name: JavaCompilerPlugin.Plugin;singleton:=true