1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

[413725] - Use correct extension point

This commit is contained in:
Greg Watson 2013-07-25 10:02:38 -04:00
parent a35ff0cab4
commit 4530efafb3

View file

@ -4,7 +4,7 @@
<extension-point id="remoteServices" name="Remote Services" schema="schema/remoteServices.exsd"/>
<extension-point id="remoteResources" name="Remote Resources" schema="schema/remoteResources.exsd"/>
<extension
point="org.eclipse.ptp.remote.core.remoteServices">
point="org.eclipse.remote.core.remoteServices">
<remoteServices
class="org.eclipse.internal.remote.core.services.local.LocalServicesFactory"
id="org.eclipse.ptp.remote.LocalServices"