Community
Participate
Working Groups
- I was running build i20110218-0831. - I updated to i20110224-2000 and restarted - Help -> About says that I am still running the 0218 build - But the installation details says that I have the 0224 version of the SDK installed
Note the build id that is inserted into the splash screen *is* correct.
I expect that the splash screen gets its version from the config.ini, and the about dialog gets it from org.eclipse.sdk/about.mappings The build will need to force the org.eclipse.sdk bundle to change version every build in order to pick up the changed about.mappings file through p2. We probaly also need to do this for org.eclipse.platform
should be fixed in next build
.
This is a problem again in eclipse.buildId=I20110323-1055
Caused by the last line of the org.eclipse.sdk/build.properties being part of the bin.includes property and not ending with a newline. Fixed by appending a newline before updating the build.properties with the build id to use as the version. A secondary consequence is that org.eclipse.sdk/helpData.xml is missing from the bundle.