1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 23:33:57 +02:00

Remove ssh service dependency on SWT.

This commit is contained in:
Martin Oberhuber 2006-06-08 12:42:06 +00:00
parent c564e89d07
commit e9a6d29ba1

View file

@ -8,8 +8,7 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.services,
com.jcraft.jsch;bundle-version="[0.1.28,2.0.0)",
org.eclipse.swt
com.jcraft.jsch;bundle-version="[0.1.28,2.0.0)"
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.services.ssh,
org.eclipse.rse.services.ssh.files,