[ 
https://issues.apache.org/jira/browse/FILEUPLOAD-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simone Tripodi resolved FILEUPLOAD-173.
---------------------------------------

    Resolution: Fixed
      Assignee: Simone Tripodi

Fixed in trunk - latest version of bundle-plugin produces the right version, 
for current development version we have

{noformat}
Manifest-Version: 1.0
Bnd-LastModified: 1362594108541
Build-Jdk: 1.6.0_37
Built-By: stripodi
Bundle-Description: The FileUpload component provides a simple yet flexi
 ble means of adding support for multipart    file upload functionality 
 to servlets and web applications.
Bundle-DocURL: http://commons.apache.org/fileupload/
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-ManifestVersion: 2
Bundle-Name: Commons FileUpload
Bundle-SymbolicName: org.apache.commons.fileupload
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 1.3.0.SNAPSHOT
Created-By: Apache Maven Bundle Plugin
DynamicImport-Package: javax.portlet
Export-Package: org.apache.commons.fileupload.util;version="1.3.0.SNAPSH
 OT",org.apache.commons.fileupload.disk;version="1.3.0.SNAPSHOT",org.apa
 che.commons.fileupload;version="1.3.0.SNAPSHOT",org.apache.commons.file
 upload.servlet;version="1.3.0.SNAPSHOT",org.apache.commons.fileupload.p
 ortlet;version="1.3.0.SNAPSHOT"
Import-Package: javax.servlet,javax.servlet.http,org.apache.commons.io,o
 rg.apache.commons.io.output
Include-Resource: META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=N
 OTICE.txt
Tool: Bnd-1.50.0
{noformat}
                
> Manifest for OSGi has invalid syntax
> ------------------------------------
>
>                 Key: FILEUPLOAD-173
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-173
>             Project: Commons FileUpload
>          Issue Type: Bug
>    Affects Versions: 1.2.2
>            Reporter: Bjorn Harvold
>            Assignee: Simone Tripodi
>            Priority: Minor
>             Fix For: 1.3
>
>
> This is the manfest file for version 1.2.1 of fileupload;
> Manifest-Version: 1.0
> Archiver-Version: Plexus Archiver
> Created-By: Apache Maven
> Built-By: jwi
> Build-Jdk: 1.6.0_03
> Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
> Bundle-ManifestVersion: 2
> Bundle-Name: Apache Commons FileUpload Bundle
> Bundle-SymbolicName: org.apache.commons.fileupload
> Bundle-Vendor: The Apache Software Foundation
> Bundle-Version: 1.2.1
> DynamicImport-Package: javax.portlet
> Export-Package: org.apache.commons.fileupload;version=1.2.1,
>  org.apache.commons.fileupload.disk;version=1.2.1,
>  org.apache.commons.fileupload.portlet;version=1.2.1,
>  org.apache.commons.fileupload.servlet;version=1.2.1,
>  org.apache.commons.fileupload.util;version=1.2.1
> Implementation-Title: Commons FileUpload
> Implementation-Vendor: The Apache Software Foundation
> Implementation-Vendor-Id: org.apache
> Implementation-Version: 1.2.1
> Import-Package: org.apache.commons.fileupload;version=1.2.1,
>  org.apache.commons.fileupload.disk;version=1.2.1,
>  org.apache.commons.fileupload.portlet;version=1.2.1,
>  org.apache.commons.fileupload.servlet;version=1.2.1,
>  org.apache.commons.fileupload.util;version=1.2.1,
>  org.apache.commons.io,
>  org.apache.commons.io.output,
>  javax.servlet,
>  javax.servlet.http
> Specification-Title: Commons FileUpload
> Specification-Vendor: The Apache Software Foundation
> Specification-Version: 1.2.1
> X-Compile-Source-JDK: 1.3
> X-Compile-Target-JDK: 1.3
> The version attributes on export-package / import-package should have quotes 
> around them.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to