Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2007-02-20 16:57:38 +0000
committerUwe Stieber2007-02-20 16:57:38 +0000
commitfcd9fc3124a21dca81d45fc0ec66c83594bca87d (patch)
treee175a14da6fca46561608ed09533625b69325107 /discovery/org.eclipse.rse.discovery/plugin.xml
parentf02e807ddae8e0508e48e399364ddf8e2c6de905 (diff)
downloadorg.eclipse.tm-fcd9fc3124a21dca81d45fc0ec66c83594bca87d.tar.gz
org.eclipse.tm-fcd9fc3124a21dca81d45fc0ec66c83594bca87d.tar.xz
org.eclipse.tm-fcd9fc3124a21dca81d45fc0ec66c83594bca87d.zip
[173772] extension point renamed to newConnectionWizards and updated ISV docu
Diffstat (limited to 'discovery/org.eclipse.rse.discovery/plugin.xml')
-rw-r--r--discovery/org.eclipse.rse.discovery/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/discovery/org.eclipse.rse.discovery/plugin.xml b/discovery/org.eclipse.rse.discovery/plugin.xml
index 9556c9487..f19854ee0 100644
--- a/discovery/org.eclipse.rse.discovery/plugin.xml
+++ b/discovery/org.eclipse.rse.discovery/plugin.xml
@@ -14,7 +14,7 @@ Contributors:
<plugin>
<extension
- point="org.eclipse.rse.ui.newConnectionWizard">
+ point="org.eclipse.rse.ui.newConnectionWizards">
<newConnectionWizard
canFinishEarly="false"
categoryId="org.eclipse.rse.ui.wizards.newconnection.default.category"

Back to the top