blob: d3e0d83f70996b5b3ccd339802d2ef8f44362a7d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 xored software, Inc.
*
* 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:
* xored software, Inc. - initial API and Implementation (Alex Panchenko)
*******************************************************************************/
package org.eclipse.dltk.internal.ui.workingsets;
public class WorkingSetIDs {
/** Resource working set ID */
public static final String RESOURCE = "org.eclipse.ui.resourceWorkingSetPage"; //$NON-NLS-1$
/** Script working set ID */
public static final String SCRIPT = "org.eclipse.dltk.ui.ScriptWorkingSetPage"; //$NON-NLS-1$
/** 'Other Projects' working set ID */
public static final String OTHERS = "org.eclipse.dltk.internal.ui.OthersWorkingSet"; //$NON-NLS-1$
}