Skip to content

Incorrect manifest entries in sources jar #2829

@joeshannon

Description

@joeshannon

The bundle symbolic name for h2database is:
Bundle-SymbolicName: com.h2database

however the sources jar contains the following entries:

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: H2 Database Engine Sources
Bundle-SymbolicName: org.h2.source
Bundle-Vendor: H2 Group
Bundle-Version: 1.4.200
Eclipse-SourceBundle: org.h2;version="1.4.200"

Since org.h2 doesn't match the main Bundle-SymbolicName the sources are not linked in Eclipse.

Looks like this is defined in https://github.com/h2database/h2database/blob/master/h2/src/installer/source-manifest.mf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions