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

simplified dependencies for buckminster trial

parent 827e0294
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +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.eclipse.xtext;bundle-version="1.0.1"
org.eclipse.cdt;bundle-version="7.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;
......@@ -29,8 +27,6 @@ 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