Community
Participate
Working Groups
For all projects in PDE UI repository To avoid line delimiter conflicts when working with text files and to have the same line delimiter (LF) in all our text files, the following rules apply when working with Git repositories from the Eclipse top-level project: - Set core.autocrlf=false. If you use EGit to clone the repository then this is done automatically for you. - In your workspaces set General > Workspace > 'New text file line delimiter' to 'Unix'. - In the current dev branches (do not do this in maintenance branches) set 'New text file line delimiter' to 'Unix' on the 'Resource' property page of your projects. - If you don't work with EGit then it is your responsibility to avoid committing wrong line delimiters to the repository. In addition, on Windows set core.fileMode=false. Again, if you use EGit to clone the repository then this is done automatically for you.
Fixed in master http://git.eclipse.org/c/pde/eclipse.pde.ui.git/commit/?id=399c1eb3a03c2681de190ce1652f106361a2663e
Dani also applied this to the API tools EE descriptions http://git.eclipse.org/c/pde/eclipse.pde.ui.git/commit/?id=cc1a57ed7b68b2e312d830b079efafc53acb1da9 Verified