Community
Participate
Working Groups
From a recent "sim release report", the following show "missing legal files": Missing (?:about|about_org.eclipse.e4.tools).html in file: org.eclipse.e4.tools.source_4.5.0.v20150407-0959.jar Missing (?:about|about_org.eclipse.e4.tools.compat).html in file: org.eclipse.e4.tools.compat.source_4.5.0.v20150407-0959.jar Missing (?:about|about_org.eclipse.e4.tools.emf.editor3x).html in file: org.eclipse.e4.tools.emf.editor3x.source_4.5.0.v20150407-0959.jar Missing (?:about|about_org.eclipse.e4.tools.emf.ui).html in file: org.eclipse.e4.tools.emf.ui.source_4.5.0.v20150407-0959.jar Missing (?:about|about_org.eclipse.e4.tools.jdt.templates).html in file: org.eclipse.e4.tools.jdt.templates.source_4.5.0.v20150407-0959.jar Missing (?:about|about_org.eclipse.e4.tools.services).html in file: org.eclipse.e4.tools.services.source_4.5.0.v20150407-0959.jar
I think this might be as simple as adding src.includes = about.html to your build.properties files (for each plugin).
Also, I'm not sure worth re-spinning M7 just for this ... but, I'd definitively go ahead and commit fix, in case there are other reasons we should re-spin. IMHO CCing Dani in case he has another opinion about re-spinning, after Wayne's note to "cross-project" to "fix these issues!".
Lars, another report (bug 465876) by coincidence, shows to issues with "externalization". org.eclipse.e4.ui.swt.gtk 1.0.0.v20150429-1559 fragmentName org.eclipse.e4.tools.jdt.templates 4.5.0.v20150422-1518 pluginName I think what that's saying is that the key used in the manifest, is different than the key used in the plugin.properties (or similar) file, so it is just publishing the key to the repository, instead of the actual name.
New Gerrit change created: https://git.eclipse.org/r/46836
Gerrit change https://git.eclipse.org/r/46836 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.ui.tools.git/commit/?id=3708c29ad1972cedcbda3ea0b9aa69b5a28e6584
New Gerrit change created: https://git.eclipse.org/r/46839
Gerrit change https://git.eclipse.org/r/46839 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.ui.tools.git/commit/?id=755b55a478d13608fe9f1fcb282c6e4b4da92df4
(In reply to David Williams from comment #3) > Lars, another report (bug 465876) by coincidence, shows to issues with > "externalization". > > > org.eclipse.e4.ui.swt.gtk 1.0.0.v20150429-1559 > fragmentName Opened Bug 465884 for that. This is a new fragment. > org.eclipse.e4.tools.jdt.templates 4.5.0.v20150422-1518 > pluginName Fixed, I hope, with commit: http://git.eclipse.org/c/platform/eclipse.platform.ui.tools.git/commit/?id=755b55a478d13608fe9f1fcb282c6e4b4da92df4
I confirmed with local run, that these "about file" issues no longer show up.