blob: c80fe2bd10b5a35771d6740ab2ba97e05e6444a1 [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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$
}