blob: 851c9e5b5d07e1bbac28f4db0f1dc206724e8b9a [file] [log] [blame]
/*
* Copyright (c) 2014, 2016 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.oomph.targlets;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Feature Generator</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.oomph.targlets.TargletPackage#getFeatureGenerator()
* @model
* @generated
*/
public interface FeatureGenerator extends IUGenerator
{
public static final String FEATURE_XML = "feature.xml";
public static final String PROP_REQUIRED_LICENCSE_FEATURE_ID = "org.eclipse.oomph.targlets.core.requiredLicenseFeatureID";
public static final String PROP_REQUIRED_LICENCSE_FEATURE_VERSION_RANGE = "org.eclipse.oomph.targlets.core.requiredLicenseFeatureVersionRange";
} // FeatureGenerator