awips2/cots/org.apache.thrift/META-INF/MANIFEST.MF
Nate Jensen 8898a6d2ba Issue #2215 upgrade thrift to version 0.9.0
Change-Id: I9cf910a75c25f1d97a711a9088c3b496ceb2be70

Former-commit-id: ab2e3f3e8910043b117887712258fc689f2e9445
2013-07-23 12:28:07 -05:00

16 lines
489 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Thrift
Bundle-SymbolicName: org.apache.thrift
Bundle-Version: 0.9.0
Bundle-ClassPath: libthrift-0.9.0.jar
Bundle-Vendor: Apache
Export-Package: org.apache.thrift,
org.apache.thrift.async,
org.apache.thrift.meta_data,
org.apache.thrift.protocol,
org.apache.thrift.scheme,
org.apache.thrift.server,
org.apache.thrift.transport
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.slf4j;bundle-version="1.7.5"