Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] API versioning

Ian,

Thanks for the reply... I didn't know you were on this list!  No, I haven't increased the bundle version.  I'll do that.

David

On Thu, Oct 29, 2009 at 9:59 PM, Ian Bull <irbull@xxxxxxxxxxxxxxxxx> wrote:
I think API tooling works with your bundle version.  Did you increase your bundle version to 1.3?

cheers,
ian

On Thu, Oct 29, 2009 at 8:40 PM, David Green <dgreen99@xxxxxxxxx> wrote:
I'm adding some new API to WikiText.  I've got a question about @since tags.  Since WikiText 1.2 is released, I expect to have to specify @since tags with 1.3, for example:

 /**

* Indicate if the builder should attempt to conform to strict XHTML rules. The default is false.

* @see HtmlDocumentBuilder#isXhtmlStrict()

* @since 1.3

*/

public boolean isXhtmlStrict() {

return xhtmlStrict;

}


However, PDE API tooling is saying I should have @since 1.2


Am I missing something here or is there something possibly wrong with my baseline?


Thanks,


David


_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev




--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484
http://eclipsesource.com | http://twitter.com/eclipsesource

_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev



Back to the top