Zlika created THRIFT-2715:
-----------------------------
Summary: Wrong Import-Package directive in MANIFEST
Key: THRIFT-2715
URL: https://issues.apache.org/jira/browse/THRIFT-2715
Project: Thrift
Issue Type: Bug
Components: Java - Library
Reporter: Zlika
Fix For: 0.9.2
There is an error in the "Import-Package" directive in the MANIFEST.MF file of
the 0.9.2-rc0 version (cf. diff here-under) which makes it unusable in an OSGi
environment.
{noformat}
30,31c30
< http;resolution:=optional, resolution:=optional,org.slf4j;resolution:
< =optional;version="[1.4,2)"
---
> http;resolution:=optional,org.slf4j;resolution:=optional;version="[1.4,2)"
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)