blob: 656285050b87c81a905c3b729ac2f728fad19291 [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* 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:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*/
package org.eclipse.osbp.wizard.ui.basic;
///*
// * generated by Xtext
// */
//package org.eclipse.osbp.wizard.ui;
//
//import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory;
//import org.osgi.framework.Bundle;
//
//import com.google.inject.Injector;
//
///**
// * This class was generated. Customizations should only happen in a newly
// * introduced subclass.
// */
//public class ExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory {
//
// @Override
// protected Bundle getBundle() {
// return Activator.getInstance().getBundle();
// }
//
// @Override
// protected Injector getInjector() {
// return Activator.getInstance().getInjector(Activator.OSBP_GRAMMAR);
// }
//}