Community
Participate
Working Groups
Build Identifier: The Eclipse Platform version specified in .eclipseproduct in Helios is wrong. It says 3.5.0, instead of 3.6.0. Reproducible: Always Steps to Reproduce: 1. Go to your Eclipse root directory 2. Open the file .eclipseproduct 3. Inspect the value of 'version'
Paul, Do we create this file or is it PDE?
The .eclipseproduct file comes from the platform feature. I'll fix this in 3.7 and 3.6.1
Where does this file live, Kim? I see at least two: org.eclipse.releng.basebuilder/.eclipseproduct org.eclipse.platform-feature/rootfiles/.eclipseproduct I'm trying to assemble a list of all the places where version numbers need updating so it would be good to know if both of those are still needed: http://wiki.eclipse.org/Platform-releng/Incrementing_Version_Numbers
It's here org.eclipse.platform-feature/rootfiles/.eclipseproduct The .eclipseproduct is not copied from basebuilder, it's just there because basebuilder is a subset of the SDK bundles.
Created attachment 175504 [details] patch for HEAD
Fixed in R4_HEAD, R3_6_maintenance, and HEAD stream builds.