Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-05-17 17:50:29 +0000
committerMichael Valenta2005-05-17 17:50:29 +0000
commit34f8e826983e7af162781cd11e4965d6c105e7cb (patch)
treefd543691512db6518835da20459ba472da38a2b3
parent6fe04041d8ff82d769cc9aab01aed12815cc9ecf (diff)
downloadeclipse.platform.team-34f8e826983e7af162781cd11e4965d6c105e7cb.tar.gz
eclipse.platform.team-34f8e826983e7af162781cd11e4965d6c105e7cb.tar.xz
eclipse.platform.team-34f8e826983e7af162781cd11e4965d6c105e7cb.zip
Bug 95568 M7: CVS commands in menu do not work but context menu does
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.properties3
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml15
2 files changed, 0 insertions, 18 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties
index 4e41421a2..4d388d4bb 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -236,6 +236,3 @@ IgnoredResourceBackgroundColor.label=Ignored Resource (Background)
PreferenceKeywords.CVS=CVS Team
PreferenceKeywords.EXT=CVS Team ext connection method ssh
PreferenceKeywords.Console=CVS team console color
-
-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 f16a69528..fce60d980 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -1332,19 +1332,4 @@
</wizard>
</extension>
- <extension
- point="org.eclipse.ui.preferenceTransfer">
- <transfer
- id="org.eclipse.cvs.ui.transfer.repos"
- icon="\icons\full\obj16\repository_rep.gif"
- name="%RepoPreference.Name">
- <mapping scope="instance">
- <entry node="org.eclipse.team.cvs.core/repositories"/>
- </mapping>
- <description>
- %RepoPreference.Description
- </description>
- </transfer>
- </extension>
-
</plugin>

Back to the top