Community
Participate
Working Groups
As per bug 316720, the following bundles are missing about.html files in RC4: org.eclipse.emf.ecoretools.doc org.eclipse.emf.ecoretools.source This is a regression, as the about.html files were included before switching over to the new Buckminster build.
After looking at the offending bundles, here are the reasons why the about.html files are missing: org.eclipse.emf.ecoretools.doc The custom build file is not being used by Buckminster, and since the build.properties file is empty (other than the 'custom=true'), the resulting bundle contains only a manifest. org.eclipse.emf.ecoretools.source The build.properties file is missing a src.includes directive that references about.html. Patch to follow shortly...
Created attachment 171888 [details] proposed changes
The patches are committed to CVS.
I've tested the resulting build and found that the index is actually empty (since all that's included in the "documentation" for Ecore Tools are a couple of hyperlinks). We'll need one more change to remove the index declaration.
Created attachment 171932 [details] removal of index declaration
The fix is committed to CVS.