Community
Participate
Working Groups
The bundle "org.eclipse.e4.ui.workbench.renderers.swt.cocoa" - present in the "R4_development" branch - missing in the "master" branch The bundle is present in the Mac download.
Hmm... I can see it on Windows machine, may be it is something mixed up in my workspace.
It's there according to the web interface. http://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa
This seems like a case of a local Git repo gone bad. In the Git repo when I switch to "master", the number of bundles would only contain "bin" subdirectories under their projects, not source, no manifests, etc. I can get this consistently by switching from the R4 to "master" branch. The "git log" showed my local copy to have the latest commit from August 2011 despite it being updated a few days ago (November 2011). When I run "pull" I got a list of changes few pages long. Now bundles on disk have contents, but Eclipse workspace is totally messed up with "unstaged changes" and merge conflicts. The summary: - my local Git repo gone bad; - I haven't noticed any error messages or warnings prior to having the bundle missing. This is used EGit nightly builds for day-to-day operations and occasional Git command line on Mac.