blob: 7938455eebac1291063fb58f86ec63314165a761 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Code 9 Corporation and others.
*
* 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:
* Code 9 Corporation - initial API and implementation
* Chris Aniszczyk <caniszczyk@gmail.com>
* Rafael Oliveira Nobrega <rafael.oliveira@gmail.com> - bug 242028
*******************************************************************************/
package org.eclipse.pde.internal.ds.ui;
public interface IConstants {
public static final String ID_EDITOR = "org.eclipse.pde.ui.dsEditor"; //$NON-NLS-1$
public static final String ID_BUILDER = "org.eclipse.pde.ds.core.builder"; //$NON-NLS-1$
}