Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-04-23 15:14:04 +0000
committerjames2002-04-23 15:14:04 +0000
commit61a427a3cf4151e1b8676f1ca5ce73b5de6c9a07 (patch)
treeb7fcfa5e787e8b1c77496110e948862c063d158a /bundles/org.eclipse.team.cvs.ui/plugin.xml
parentdd356eba6e31d73f9b0b9493f2dcf9005a8e143a (diff)
downloadeclipse.platform.team-61a427a3cf4151e1b8676f1ca5ce73b5de6c9a07.tar.gz
eclipse.platform.team-61a427a3cf4151e1b8676f1ca5ce73b5de6c9a07.tar.xz
eclipse.platform.team-61a427a3cf4151e1b8676f1ca5ce73b5de6c9a07.zip
Initial release of project set functionality.
14361: "Project Set" should be "Team Project Set" 14364: Project Sets: would be good to remember last path used 14365: Project set wizard: .psf file suffix 14366: Casing inconsistency in export Project Set wizard 14372: Project Sets: many CVS operations fail after importing
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index e39555784..d42daa004 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -555,4 +555,8 @@
</perspectiveExtension>
</extension>
+ <!-- ************** Project Sets **************** -->
+ <extension point="org.eclipse.team.core.projectSets">
+ <projectSet id="org.eclipse.team.cvs.core.cvsnature" class="org.eclipse.team.internal.ccvs.ui.CVSProjectSetSerializer"/>
+ </extension>
</plugin>

Back to the top