blob: 30bcd518e3551734c47473b1c4b1bbd32200f03b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2006 IBM 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:
* Dan Rubel - initial API and implementation
* IBM Corporation - ongoing maintenance
*******************************************************************************/
package org.eclipse.team.internal.core;
import org.eclipse.team.core.ProjectSetCapability;
/**
* An internal class for backward compatibility with the
* {@link org.eclipse.team.core.IProjectSetSerializer} interface.
*
* @since 3.0
*/
public class DefaultProjectSetCapability extends ProjectSetCapability {
}