blob: 58b565fb4a2e98a71b1c6270b1535c7857ebdb35 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2009-2010 Thales Corporate Services S.A.S.
* 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:
* Thales Corporate Services S.A.S - initial API and implementation
*
* </copyright>
*/
package org.eclipse.egf.portfolio.genchain.extension;
/**
* @author Thomas Guiu
*
*/
public interface ExtensionProperties {
String ID = "id";
String MODEL_PATH = "model.path";
String PROPERTY_VALUE = "property.value";
String PROPERTY_EATTRIBUTE = "property.attribute";
String CONFLICT = "property.conflict";
String CONTEXT_CURRENT_PROJECT_NAME = "ctx.current.project.name";
String CONTEXT_PROJECT_NAME = "ctx.project.name";
String CONTEXT_MODEL_NAME = "ctx.model.path";
}