blob: 24a0200a317d78f15063cdd3e59714f975780e9a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Code 9 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:
* 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$
}