Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Target as Api Baseline

I am working on implementing a new feature that allows a developer to specify/use an existing target definition as an Api Baseline.

http://www.eclipse.org/forums/index.php/t/244906/
https://bugs.eclipse.org/bugs/show_bug.cgi?id=324310

The feature is almost complete, but the deeper I go the more I am running into problems.  Right now I am stuck on the difference between the classes o.e.pde.api.tools.internal.model.ApiBaseline and WorkspaceBaseline.

The implementation creates a new ITargetBasline which will allow for local targets and targets specified in the workspace through *.target files.  But from a model implementation standpoint, I'm not sure which I should extend from (ApiBaseline or WorkspaceBaseline) or both (and when)... ?

Any clarification would be much appreciated.

Thanks,

JD

Back to the top