blob: 0b92cd702b5ea477ca2d0eeb066f4562abdf082e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*******************************************************************************/
/*
* generated by Xtext 2.10.0
*/
package org.eclipse.qvtd.doc.ui;
import com.google.inject.Injector;
import org.eclipse.qvtd.doc.minioclcs.xtext.ui.internal.XtextActivator;
import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory;
import org.osgi.framework.Bundle;
/**
* This class was generated. Customizations should only happen in a newly
* introduced subclass.
*/
public class MiniOCLCSExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory {
@Override
protected Bundle getBundle() {
return XtextActivator.getInstance().getBundle();
}
@Override
protected Injector getInjector() {
return XtextActivator.getInstance().getInjector(XtextActivator.ORG_ECLIPSE_QVTD_DOC_MINIOCLCS);
}
}