Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356993

Summary: equinox/p2 feature versions in 3.7.x stream should be incremented
Product: [Eclipse Project] Equinox Reporter: Kim Moir <kim.moir>
Component: FrameworkAssignee: equinox.framework-inbox <equinox.framework-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, tjwatson
Version: 3.7.1Flags: tjwatson: pmc_approved+
Target Milestone: 3.7.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 357003    
Bug Blocks: 357010    

Description Kim Moir CLA 2011-09-07 14:52:35 EDT
The equinox features have some versions that need to be incremented in the 3.7.x stream.  The builder was still comparing against 3.6.2, this is why they were missed (bug 356822).  Not sure if we need a rebuild for this, John mentioned in the planning call that that there was time for another build toward 3.7.x but obviously we would need PMC approval :-)

The version of the feature (id: "org.eclipse.equinox.p2.core.feature"; version: "1.0.0.R37x_v20110726-1115-8290FZ3FUqIcLqkVkEaTdn_14C7G";  should be at least "1.0.1".

The version of the feature (id: "org.eclipse.equinox.p2.extras.feature"; version: "1.0.0.R37x_v20110726-1115-7A4FD3DiVOManqZttPtXz0lWlFbU"; should be at least "1.0.1"

The version of the feature (id: "org.eclipse.equinox.core.sdk"; version: "3.7.0.v20110506-0800-7uF9LFpFFSuN6-tKJIXPMYaq7NTP";  should be at least "3.7.1"

The version of the feature (id: "org.eclipse.equinox.p2.rcp.feature"; version: "1.0.0.R37x_v20110726-1115-782EoBqNKGUkZQpuT8hAlWlFbUeo";  should be at least "1.0.1".

The version of the feature (id: "org.eclipse.equinox.p2.sdk"; version: "3.7.0.R37x_v20110726-1115-9N7sHDNGKQr_bhQlOXRnwJn5DsVZ"; should be at least "3.7.1

"The version of the feature (id: "org.eclipse.equinox.core.feature"; version: "1.0.0.v20110502-7K7VFBYDzbeA3ynMZ98cDL15A4A";  should be at least "1.0.1"

The version of the feature (id: "org.eclipse.core.runtime.feature"; version: "1.0.0.v20110124-7H7KFD4BLfQf2FwVLgjRDAoN_A9d"; should be at least "1.0.1"

The version of the feature (id: "org.eclipse.equinox.server.core"; version: "1.1.0.v20110502-7K7TFBYDzbeA3ypK_98cDL15A4A"; should be at least "1.1.1"

The version of the feature (id: "org.eclipse.equinox.server.p2"; version: "1.1.0.v20110502-7z7UFVwFS16XCje8f0_QUjX14C7G"; should be at least "1.1.1"

The version of the feature (id: "org.eclipse.equinox.serverside.sdk"; version: "3.7.0.v20110502-7u7PFvFFN5LiN7iMI1T3vR_k8Ugx"; should be at least "3.7.1"

The version of the feature (id: "org.eclipse.equinox.sdk"; version: "3.7.0.v20110502-7M7W8Z8eNV4Uqvhz01A7SL_MhZPr"; should be at least "3.7.1"

The version of the feature org.eclipse.equinox.starterkit.product.feature"; should be at least "1.0.1".

The version "3.7.0.R37x_v20110808-1106" of plugin "org.eclipse.osgi.tests" in feature is lower than its version "3.7.0.v20110513" in feature "org.eclipse.sdk.tests";version: "3.6.0.v20110503-9IABGJNFmYz-5yDIHEXJjabfw7R5"; 

I ran a test build to get these versions, they aren't on the latest build page.
Comment 1 DJ Houghton CLA 2011-09-07 15:05:33 EDT
Did you run a build from the latest in the branch? Some of these should be fixed by bug 354647.
Comment 2 Kim Moir CLA 2011-09-07 15:33:53 EDT
Ah.  So yesterday I ran a test build 30 minutes before you fixed that bug.  So I will run another test build and see what the logs say. Sorry about that.
Comment 3 DJ Houghton CLA 2011-09-07 15:44:32 EDT
Given that some of the versions were already fixed in bug 354647, this is a list of the remaining things to fix, along with their required minimum versions.

features:
org.eclipse.equinox.core.sdk 3.7.1
org.eclipse.equinox.p2.sdk 3.7.1
org.eclipse.equinox.core.feature 1.0.1
org.eclipse.core.runtime.feature 1.0.1
org.eclipse.equinox.server.core 1.1.1
org.eclipse.equinox.server.p2 1.1.1
org.eclipse.equinox.serverside.sdk 3.7.1
org.eclipse.equinox.sdk 3.7.1
org.eclipse.equinox.starterkit.product.feature 1.0.1

plug-ins:
org.eclipse.osgi.tests 3.7.1

I'll fix those today.
Comment 4 DJ Houghton CLA 2011-09-07 16:34:25 EDT
Ok, I've fixed the above listed features and bundles in the 3.7.x maintenance branch.
Comment 5 Thomas Watson CLA 2011-09-07 16:39:21 EDT
+1 to fixing this.  Note that we had an issue with the feature org.eclipse.equinox.starterkit.product.feature that had to be fixed with bug357003