Community
Participate
Working Groups
bug 351740 and bug 353340 introduce support for per repo/project settings for fetch tag overrides. We should update the basebuilder with this so that we can let platform ui use R3_development for nightly builds instead of having to keep master in sync with the dev branch. This would mean a fetchTag property like fetchTag=CVS=HEAD,GIT=master;git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git=R3_development This would deserve a test build.
A new build of the egit fetch factory is available at http://download.eclipse.org/egit/pde/updates-nightly as a p2 repo, or directly http://download.eclipse.org/egit/pde/updates-nightly/plugins/org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
I'll try the bundles from this week's integration build for this fix.
Created attachment 201590 [details] patch
Fixed. The test build looks good and the fetch scripts indicate the R3_development tag for the bundles from the platform.ui repo. Thanks Andrew!