Community
Participate
Working Groups
These newly introduced concepts should be documented in Eclipse Help.
Just a reminder.
Created attachment 194135 [details] patch 1
Szymon if you could review/tweak/commit the attached documentation that would be appreciated. Ping back to me if any larger changes are required. I've checked that it passes the w3c validator, and I believe all the links to the reference javadoc API are correct (though javadoc fails to build the platform documentation in my workspace...)
Comments: 1) You need to update topics_Guide.xml. You should add a new topic for Build Configs under Advanced Res Concepts and link it to resAdv_buildconfigs.htm 2) I think we should leave </p> tag in resAdv_builders.htm line 341 3) resAdv_buildconfigs.htm line 148, I would use IncrementalprojectDelta#getDelta(IProject) instead of #getDelta(IProject) Otherwise looks good.
Created attachment 195049 [details] patch 2 (In reply to comment #4) > Comments: > 1) You need to update topics_Guide.xml. You should add a new topic for Build > Configs under Advanced Res Concepts and link it to resAdv_buildconfigs.htm Done > 2) I think we should leave </p> tag in resAdv_builders.htm line 341 I removed this as it upsets the w3c validator: http://validator.w3.org/check I've removed the <p> at line 326 which was matched by line 341. > 3) resAdv_buildconfigs.htm line 148, I would use > IncrementalprojectDelta#getDelta(IProject) instead of #getDelta(IProject) Done. Made it explicit: IncrementalProjectBuilder#...
In resAdv_buildconfigs.htm line 56, there is "We distinguish between client API sand builder API.". Should be "and", not "sand". Otherwise looks good.
I fixed the "sand" and release the update. It seems that James does not have rights to update the doc. I thought that all committers can do it. Kim, could you explain?
(In reply to comment #7) > I fixed the "sand" and release the update. > It seems that James does not have rights to update the doc. I thought that all > committers can do it. Kim, could you explain? I think I wasn't correctly logged in for my checkout of doc.isv... Also Not sure which projects I have commit permission on, Portal shows: eclipse.platform.resources eclipse.platform.runtime And the project summary doesn't say which repositories this corresponds to: http://www.eclipse.org/projects/project_summary.php?projectid=eclipse.platform.resources