Community
Participate
Working Groups
From: http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg04023.html There seems to be too much of PDT goodness in Helios repository ;-)
the problem is with PDT update site: http://download.eclipse.org/tools/pdt/updates/2.2/milestones There are following features: - org.eclipse.php.source.feature.group Name: PHP Development Tools (PDT) SDK Feature Version: 2.2.0.v20100410-0300-7L7J-F8NcJTJK-Oh9K9JJ - org.eclipse.php.sdk.feature.group Name: PHP Development Tools (PDT) SDK Feature Version: 2.2.0.v20100410-0300-53-84QAN2IFRfLWPN2QrXUVLa9Od Source feature generation is driven by Athena, so we're probably missing some configuration.
Created attachment 168354 [details] patch patch to fix source feature name and description
The other problem noticed by Eike in the mentioned post is that PDT needs to update EPL license text to the current one. The best thing to do is use WTP Releng tools: http://wiki.eclipse.org/WTP/Releng/Tools#Check_and_fix-up_licenses_tool 1. install the WTP releng tools from p2 repository http://download.eclipse.org/webtools/releng/repository 2. invoke Releng->Check Licenses 3. review changes and commit them
Created attachment 168356 [details] patch with licenses update Patch with licenses updated using WTP Releng tool. It also contains changes related to source feature name problem (previous patch).
Applied the patch. Thanks Jacek.
verified in CVS