Corrected the Activator.

This commit is contained in:
Michael Uhl 2018-12-09 11:13:36 +01:00
parent 414e555fc5
commit 45c4527fa6

View File

@ -2,9 +2,8 @@ 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
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: typinferenzplugin.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text,
@ -15,4 +14,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.views,
de.dhbwstuttgart.JavaCompilerCoreOsgi
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: typinferenzplugin.Activator
Automatic-Module-Name: JavaCompilerPlugin.Plugin;singleton:=true