1234567891011121314151617 |
- Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: Commons httpclient Plug-in
- Bundle-SymbolicName: org.apache.commons.httpclient
- Bundle-Version: 3.1
- Bundle-ClassPath: commons-codec-1.3.jar,commons-httpclient-3.1.jar
- Export-Package: org.apache.commons.codec,org.apache.commons.codec.bina
- ry,org.apache.commons.codec.digest,org.apache.commons.codec.language,
- org.apache.commons.codec.net,org.apache.commons.httpclient,org.apache
- .commons.httpclient.auth,org.apache.commons.httpclient.cookie,org.apa
- che.commons.httpclient.methods,org.apache.commons.httpclient.methods.
- multipart,org.apache.commons.httpclient.params,org.apache.commons.htt
- pclient.protocol,org.apache.commons.httpclient.util
- Bundle-ActivationPolicy: lazy
- Bundle-RequiredExecutionEnvironment: J2SE-1.5
- Import-Package: org.apache.commons.logging
|