<!ELEMENT extension (remoteServices)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT remoteServices EMPTY>
<!ATTLIST remoteServices
id CDATA #REQUIRED
name CDATA #REQUIRED
scheme CDATA #REQUIRED
class CDATA #REQUIRED
newConnections (true | false) >
<extension point="org.eclipse.ptp.remote.core.remoteServices"> <remoteServices class="org.eclipse.ptp.internal.remote.core.services.local.LocalServicesFactory" id="org.eclipse.ptp.remote.LocalServices" name="Local" newConnections="false" scheme="file"> </remoteServices> </extension>
Copyright (c) 2013 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html