Skip to content
Snippets Groups Projects
Commit 633f1f82 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

completed refactoring "extract ui components into separate plugins"

parent 00529d93
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ public class EditorService extends ...@@ -46,7 +46,7 @@ public class EditorService extends
IEditorService { IEditorService {
/** The compositor extension point ID. */ /** The compositor extension point ID. */
private static final String EXTENSION_POINT_NAME = "org.fortiss.tooling.kernel.modelEditorBinding"; private static final String EXTENSION_POINT_NAME = "org.fortiss.tooling.kernel.ui.modelEditorBinding";
/** The compositor configuration element name. */ /** The compositor configuration element name. */
private static final String CONFIGURATION_ELEMENT_NAME = "modelEditorBinding"; private static final String CONFIGURATION_ELEMENT_NAME = "modelEditorBinding";
......
...@@ -5,10 +5,10 @@ Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true ...@@ -5,10 +5,10 @@ Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-Version: 0.0.1.qualifier Bundle-Version: 0.0.1.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: fortiss Bundle-Vendor: fortiss
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport, Require-Bundle: org.conqat.ide.commons;bundle-version="2.7.0";visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.core.databinding;visibility:=reexport, org.eclipse.core.databinding;visibility:=reexport,
org.eclipse.emf.ecore;bundle-version="2.6.1";visibility:=reexport, org.eclipse.emf.ecore;bundle-version="2.6.1";visibility:=reexport,
org.conqat.ide.commons;bundle-version="2.7.0";visibility:=reexport,
org.eclipse.emf.ecore.xmi;bundle-version="2.5.0", org.eclipse.emf.ecore.xmi;bundle-version="2.5.0",
org.eclipse.emf.transaction;bundle-version="1.4.0" org.eclipse.emf.transaction;bundle-version="1.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment