Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-12-22 11:45:26 +0000
committerTomasz Zarna2009-12-22 11:45:26 +0000
commitac03e3036015ab3464ce11abba46fb2f46eec03c (patch)
tree8747c2e9939823a6d80e296320a238912ca4cc33
parentf3c9b718e7dddd7d92d265b5c64621849d414e3f (diff)
downloadeclipse.platform.team-ac03e3036015ab3464ce11abba46fb2f46eec03c.tar.gz
eclipse.platform.team-ac03e3036015ab3464ce11abba46fb2f46eec03c.tar.xz
eclipse.platform.team-ac03e3036015ab3464ce11abba46fb2f46eec03c.zip
bug 298034: Add keywords for Workbench Wizards
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.properties1
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml7
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties3
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml10
4 files changed, 20 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties
index 5355d4ee9..faf752807 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -260,6 +260,7 @@ PreferenceKeywords.Decorator=cvs team label decorations text icons flag
PreferenceKeywords.Compare=cvs team compare synchronize model change set
PreferenceKeywords.Update=cvs team update merge conflict
PreferenceKeywords.Watch=cvs team watch editors notification
+PreferenceKeywords.Import=repository
RepoPreference.Name=CVS Repositories
RepoPreference.Description=Preferences that contain the CVS repository connection information
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index de1d7166a..b4144c417 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -851,6 +851,10 @@
<keyword
id="org.eclipse.team.cvs.ui.cvs.watch"
label="%PreferenceKeywords.Watch"/>
+ <keyword
+ id="org.eclipse.team.cvs.ui.cvs.import"
+ label="%PreferenceKeywords.Import">
+ </keyword>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
@@ -1916,6 +1920,9 @@
<description>
%newProjectCheckoutWizardDescription
</description>
+ <keywordReference
+ id="org.eclipse.team.cvs.ui.cvs.import">
+ </keywordReference>
</wizard>
</extension>
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index af0be473b..28d7d884e 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
+# Copyright (c) 2000, 2009 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
@@ -19,6 +19,7 @@ logicalViews=Logical Synchronize Views
PreferenceKeywords.Team=team
PreferenceKeywords.FileContent=team file content type
+PreferenceKeywords.ProjectSet=repository
TeamPreferencePage.name=Team
TextPreferencePage.name=File Content
IgnorePreferencePage.name=Ignored Resources
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index d58a93d51..7acfd8b89 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -17,6 +17,10 @@
<keyword
label="%PreferenceKeywords.FileContent"
id="org.eclipse.team.ui.team.fileContent"/>
+ <keyword
+ id="org.eclipse.team.ui.team.projectSet"
+ label="%PreferenceKeywords.ProjectSet">
+ </keyword>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
@@ -259,6 +263,9 @@
<selection
class="org.eclipse.core.resources.IProject">
</selection>
+ <keywordReference
+ id="org.eclipse.team.ui.team.projectSet">
+ </keywordReference>
</wizard>
</extension>
<!-- ****************** Export Wizards ********************* -->
@@ -280,6 +287,9 @@
<selection
class="org.eclipse.core.resources.IProject">
</selection>
+ <keywordReference
+ id="org.eclipse.team.ui.team.projectSet">
+ </keywordReference>
</wizard>
</extension>
<!-- ***************** Perspective Extensions ********************** -->

Back to the top