Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between the release and integration versions?

I just grabbed the JDK & eclipse classic and I am trying to figure out which one to use for installation. What is the differences between the release and integration versions provided by eclipse.org: http://www.eclipse.org/windowbuilder/download.php

like image 873
Brian Avatar asked Oct 10 '12 00:10

Brian


2 Answers

Well, I dunno for sure. But i've checked the hash(md5/sha1) of both for zipped one. And the hash is exactly the same. For example, 3.8 :

http://eclipse.org/downloads/sums.php?file=/windowbuilder/WB/release/R201302221200/WB_v1.5.2_UpdateSite_for_Eclipse3.8.zip.MD5&type=md5

http://eclipse.org/downloads/sums.php?file=/windowbuilder/WB/integration/WB_v1.5.2_UpdateSite_for_Eclipse3.8.zip.MD5&type=md5

Theoritically, it should be the same file. But, i dunno for sure though...

like image 79
Aruman Avatar answered Sep 20 '22 15:09

Aruman


I think the files are the same, but URLs are different. If you use the Release version, you will always have the URL of that particular version in Eclipse URL list, while the Integration version will provide a single URL for all future versions for that particular Eclipse version (say 4.4)

like image 28
Aram Paronikyan Avatar answered Sep 19 '22 15:09

Aram Paronikyan