Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] (no subject)

We're currently migrating our projects to OSGi, and would like to start using the API Tooling as quickly as we can to aid our development.

However, we use Import/Export-Package instead of Require-Bundle, and I notice that API Tooling currently only uses the bundle version for @since tags, not the package version. However, in several places round the web (EclipseCon presentation, for example) I've spotted Chris Aniszczyk saying that package-level versioning is a feature that could be coming soon.

I'd like to ask two things:
 - is  there any timeframe for package-level API Tooling?
 - more importantly (for our migration), will package-level API Tooling still use the @since Javadoc tag? We don't want to add @since tags when it'll actually be another tag used.

Thanks for your help in this matter.
Ben

Back to the top