Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] .qualifier for export package?


> Here are some obvious questions:
>
> * How are @since tags formatted to indicate that the version number
> corresponds to packages vs. bundles?


If there is a package version then the @since should always reference
the package version exported in my opinion.

> * How are initial package versions derived for existing bundles?


The simple answer here is to seed the package versions with the
bundle's version.  This makes some sense because using the Eclipse
versioning rules today the API packages from a single bundle are
versioned together as one unit using the Bundle-Version.

Tom.

>
> Darin


Back to the top