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

simplified dependencies for buckminster trial

parent a716bb3a
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@ Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: fortiss
Require-Bundle: org.eclipse.ui;visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport,
org.unicase.emfstore;visibility:=reexport,
org.unicase.ecpemfstorebridge;visibility:=reexport,
org.unicase.ui.meeditor;visibility:=reexport
org.eclipse.xtext;bundle-version="1.0.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
package org.fortiss.tooling.kernel;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.eclipse.xtext.XtextPackage;
import org.fortiss.tooling.kernel.internal.ServiceManager;
import org.osgi.framework.BundleContext;
......@@ -27,6 +29,8 @@ public class ToolingKernelActivator extends AbstractUIPlugin {
plugin = this;
ServiceManager.start();
EClass c = XtextPackage.eINSTANCE.eClass();
}
/** {@inheritDoc} */
......
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