Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 6b9a208b4b7db7d778b1ff1cb4e13c9990ac297a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.files.ftp
Bundle-Version: 1.0.2.qualifier
Bundle-Activator: org.eclipse.rse.services.files.ftp.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.rse.services,
 org.apache.commons.net
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.services.files.ftp
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top