org.eclipse.team.cvs.ssh2/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.28 - (download) (as text) (annotate)
Sat Mar 3 21:04:52 2007 UTC (2 years, 8 months ago) by mvalenta
Branch: MAIN
CVS Tags: I20080604, R3_3_1_1, I20080415, I20070316, I20090126-0800, R3_4, R3_5, R3_3, I20070303, pre_R3_3, I20070709, I20090428, R3_5_1, I20070326, I20080513, I20070604, I20090508-2000, R3_3_1, R3_3_2, I20070914, R3_4_2, R3_4_1, I20071113, I20090430-0408, HEAD
Changes since 1.27: +0 -14 lines
Bug 170883 [SSH2] jsch connection preferences should be made public below "Internet" category
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- =================================================================================== -->
<!-- SSH2 Plug-in Manifest 					                                             -->
<!-- =================================================================================== -->
<plugin>

<!-- =================================================================================== -->
<!-- Runtime Libraries                                                                   -->
<!-- =================================================================================== -->

<!-- =================================================================================== -->
<!-- Prerequisite Plug-ins                                                               -->
<!-- =================================================================================== -->

<!-- =================================================================================== -->
<!-- Extension Point: CVS connection method                                              -->
<!-- =================================================================================== -->
<extension id="ssh2" point="org.eclipse.team.cvs.core.connectionmethods">
	<adapter>
		<run class="org.eclipse.team.internal.ccvs.ssh2.CVSSSH2Method">
			<parameter name="trace" value="false"/>
		</run>
	</adapter>
</extension>

<extension id="pserverssh2" point="org.eclipse.team.cvs.core.connectionmethods">
	<adapter>
		<run class="org.eclipse.team.internal.ccvs.ssh2.PServerSSH2Method">
			<parameter name="trace" value="false"/>
		</run>
	</adapter>
</extension>

</plugin>