blob: dc1ec3b22d163456e3eac90b8661c1033330b830 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2007 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.lapi;
/**
* LAPI Plugin constants
*/
public interface LapiIDs
{
// preference page name for LAPI
String LAPI_INCLUDES = "LAPI Includes";
String MARKER_ID = "org.eclipse.ptp.pldt.lapi.lapiMarker";
String MARKER_ERROR_ID = "org.eclipse.ptp.lap.lapiErrorMarker";
// artifact view id
String LAPI_VIEW_ID = "org.eclipse.ptp.pldt.lapi.views.LapiArtifactView";
}