Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Apitool question

http://wiki.eclipse.org/Version_Numbering
This wiki page describes how we increment our bundle versions.

You only need to change the bundle's major version if you make a breaking API change.  This is because changing API this way could potentially break someone using the API.  Adding new API or changing non-API code in a externally visible way only requires that the bundle gets an increment to the minor version.

If you set up PDE API Tools in your workspace with the correct API baseline, the tools can warn you if you have made a breaking API change.

Curtis

Inactive hide details for Vincent GUIGNOT ---11/19/2014 09:55:46 AM---Hello everyone ! I'm beggining into the APitool world, anVincent GUIGNOT ---11/19/2014 09:55:46 AM---Hello everyone ! I'm beggining into the APitool world, and a somes questions.

From: Vincent GUIGNOT <Vincent.GUIGNOT@xxxxxxxxxxxx>
To: "pde-dev@xxxxxxxxxxx" <pde-dev@xxxxxxxxxxx>
Date: 11/19/2014 09:55 AM
Subject: [pde-dev] Apitool question
Sent by: pde-dev-bounces@xxxxxxxxxxx





Hello everyone !
I’m beggining into the APitool world, and a somes questions.
How eclipse is able to keep plugins version below the eclipse product ?
As I’ve instderstood and tried,  if we follow the APItool rules, each time an interface change, the major of the containing plugins is upgraded. So between two eclipse versions how it’s possible when following the apitool, to not upgrade the major version.
 
Thanks for your help_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/pde-dev

GIF image


Back to the top