Description: This extension point is used to register a handler for creating and reading project sets. Project sets are lightweight, portable method of sharing a particular lineup of team-shared projects in a workspace. A project set file may be used to provide team memebers with a simple way of creating a workspace with a particular lineup of projects form one or more team providers.
Providers may provide an extension for this extension point.
Configuration Markup:
<!ELEMENT extension (projectSets*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT projectSets EMPTY>
<!ATTLIST projectSets
id CDATA #REQUIRED
class CDATA #REQUIRED
>
<extension point="org.eclipse.team.core.projectSets"> <projectSets id="org.eclipse.team.cvs.core.cvsnature" class="org.eclipse.team.cvs.core.CVSProjectSetSerializer"> </projectSets> </extension>
Copyright (c) 2002 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html