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:
authorJavier Montalvo Orus2007-03-30 10:42:24 +0000
committerJavier Montalvo Orus2007-03-30 10:42:24 +0000
commita0ce5e63f6131eaf979519d173b6027b52ef682c (patch)
tree8da4b0321868824711828b5649eb777c9ba643bb /discovery/org.eclipse.rse.discovery/plugin.xml
parent959445c1b3eac874d8640668fefe0113c6740511 (diff)
downloadorg.eclipse.tm-a0ce5e63f6131eaf979519d173b6027b52ef682c.tar.gz
org.eclipse.tm-a0ce5e63f6131eaf979519d173b6027b52ef682c.tar.xz
org.eclipse.tm-a0ce5e63f6131eaf979519d173b6027b52ef682c.zip
[170911] [plan] Improve Discovery and Autodetect in RSE
Diffstat (limited to 'discovery/org.eclipse.rse.discovery/plugin.xml')
-rw-r--r--discovery/org.eclipse.rse.discovery/plugin.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/discovery/org.eclipse.rse.discovery/plugin.xml b/discovery/org.eclipse.rse.discovery/plugin.xml
index f0658760e..ca6d99825 100644
--- a/discovery/org.eclipse.rse.discovery/plugin.xml
+++ b/discovery/org.eclipse.rse.discovery/plugin.xml
@@ -9,6 +9,7 @@ available at http://www.eclipse.org/legal/epl-v10.html
Contributors:
Javier Montalvo Orus (Symbian) - initial API and implementation
+ Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-->
<plugin>
@@ -28,14 +29,15 @@ Contributors:
<extension
point="org.eclipse.rse.core.systemTypes">
- <systemType id="org.eclipse.rse.systemtype.discovery"
- label="%DiscoverySystemLabel"
- name="Discovery"
- description="%DiscoverySystemDescription"
- iconLive=""/>
+ <systemType
+ description="%DiscoverySystemDescription"
+ id="org.eclipse.rse.systemtype.discovery"
+ label="%DiscoverySystemLabel"
+ name="Discovery"
+ />
</extension>
- <!-- extension
+ <extension
point="org.eclipse.rse.ui.subsystemConfigurations">
<configuration
systemTypeIds="org.eclipse.rse.systemtype.discovery"
@@ -43,12 +45,12 @@ Contributors:
description="Service Discovery Wizard"
iconlive=""
icon=""
- class="org.eclipse.rse.discovery.ServiceDiscoverySubSystemConfiguration"
+ class="org.eclipse.rse.internal.discovery.ServiceDiscoverySubSystemConfiguration"
vendor="%providerName"
priority="100"
id="Discovery">
</configuration>
- </extension -->
+ </extension>
</plugin>

Back to the top