Corrected the Activator.
This commit is contained in:
parent
414e555fc5
commit
45c4527fa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user