Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-ercp-dev] Reminder for the SWT.getVersion()


Definitely. Let's do this.



Gorkem Ercan <gercan@xxxxxxx>
Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx

05/31/2007 08:13 AM

Please respond to
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>

To
eRCP project developer discussions <dsdp-ercp-dev@xxxxxxxxxxx>
cc
Subject
[dsdp-ercp-dev] Reminder for the SWT.getVersion()





Hi, I was looking at the SWT.getVersion() implementations for eSWT and
it looks like our implementations are constants and they seem to be
stuck at 1. The SWT implementation of the same API is "major * 1000 +
minor" so for our implementations. I suggest we use the same
implementation. That does not mean that we synchronize our major number
with SWT, it just means that we have a similiar number.
--
Gorkem
_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


Back to the top