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.ui/plugin.properties
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.ui/plugin.properties')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index c3c9300cf..3849beaba 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -8,4 +8,9 @@ IgnorePreferencePage.name=Ignored Resources
ConfigureProject.label=&Share Project...
ConfigureProject.tooltip=Share the project with others using a version and configuration management provider.
-TeamGroupMenu.label=T&eam \ No newline at end of file
+TeamGroupMenu.label=T&eam
+
+ProjectSetImportWizard.description=A wizard that imports a team project set
+ProjectSetImportWizard.name=Team Project Set
+ProjectSetExportWizard.name=Team Project Set
+ProjectSetExportWizard.description=A wizard that exports a team project set

Back to the top