Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-12-19 08:27:25 +0000
committerUwe Stieber2011-12-19 08:27:25 +0000
commit29244aee2d04df11b2443133c2fee9e7fd626c06 (patch)
treec7ba3a897746bb22ca1b65da1f6f43f5644d6379 /target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence
parentcc126044badbd90db794df30d11267e52ee2513c (diff)
downloadorg.eclipse.tcf-29244aee2d04df11b2443133c2fee9e7fd626c06.tar.gz
org.eclipse.tcf-29244aee2d04df11b2443133c2fee9e7fd626c06.tar.xz
org.eclipse.tcf-29244aee2d04df11b2443133c2fee9e7fd626c06.zip
Target Explorer: Rework services extension point and fix some issue with the communication monitor handling
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/plugin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/plugin.xml
index d18a3dc70..5b298f250 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/plugin.xml
@@ -16,11 +16,11 @@
<!-- Service contributions -->
<extension point="org.eclipse.tcf.te.runtime.services.services">
- <genericServices>
- <service class="org.eclipse.tcf.te.runtime.persistence.services.PersistenceService">
- <serviceType class="org.eclipse.tcf.te.runtime.persistence.interfaces.IPersistenceService"/>
- </service>
- </genericServices>
+ <service
+ class="org.eclipse.tcf.te.runtime.persistence.services.PersistenceService"
+ id="org.eclipse.tcf.te.runtime.services.persistence">
+ <serviceType class="org.eclipse.tcf.te.runtime.persistence.interfaces.IPersistenceService"/>
+ </service>
</extension>
</plugin>

Back to the top