This extension point allows additional CVS connection methods to be pluged in. An implementation of <samp>IConnectionMethod</samp> 1.0 Following is an example of a connectionmethods extension: <p> <pre> <extension id="pserver" point="org.eclipse.team.cvs.core.connectionmethods"> <adapter> <run class="org.eclipse.team.internal.ccvs.core.connection.PServerConnectionMethod"> <parameter name="trace" value="false"> </parameter> </run> </adapter> </extension> </pre> </p> [Enter information about supplied implementation of this extension point.] Copyright (c) 2004 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>