[
https://issues.apache.org/jira/browse/THRIFT-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jake Farrell reassigned THRIFT-2715:
------------------------------------
Assignee: Jake Farrell
> 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
> Affects Versions: 0.9.2
> Reporter: Zlika
> Assignee: Jake Farrell
> 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 for a fix) 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)