blob: c6279683dcee9216d8dd14fe0dd21efe48446d6b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2012 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.bpel.jboss.riftsaw.runtime;
import org.eclipse.bpel.runtimes.IBPELModuleFacetConstants;
public interface IRiftsawModuleFacetConstants extends
IBPELModuleFacetConstants {
// module types
public final static String JBT_BPEL_MODULE_TYPE = "jbt.bpel.facet.core"; //$NON-NLS-1$
// facet template
public final static String JBT_BPEL_FACET_TEMPLATE = "jbt.template.bpel.core"; //$NON-NLS-1$
// facet
public final static String JBT_BPEL_PROJECT_FACET = "jbt.bpel.facet.core"; //$NON-NLS-1$
}