blob: 7dc4ee7f1183361b18bb3ca65fc4edb9fd412532 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2008 IBM Corporation.
* 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.ptp.pldt.upc;
/**
* UPC Plugin constants
*
* @author Beth Tibbitts
*/
public interface UPCIDs
{
// preference page name for UPC
String UPC_INCLUDES = "UPC Includes";
String MARKER_ID = "org.eclipse.ptp.pldt.upc.upcMarker";
String MARKER_ERROR_ID = "org.eclipse.ptp.pldt.upc.upcErrorMarker";
// artifact view id
String UPC_VIEW_ID = "org.eclipse.ptp.pldt.upc.views.upcArtifactView";
}