Re: '*.java ident' considered harmful

2011-03-21 Thread Jesse Glick
On 03/04/2011 12:29 PM, Benjamin Bentmann wrote: As long as somebody else provides the patch, that's fine with me http://jira.codehaus.org/browse/MNG-5046 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additio

Re: '*.java ident' considered harmful

2011-03-04 Thread Benjamin Bentmann
Jesse Glick wrote: Is this line in .gitattributes for Maven 3 sources really necessary? This configuration exists to keep Git and SVN in sync about file modifications. Wouldn't it be better to just delete $Id$ from those SVN sources where it appears? As long as somebody else provides th

'*.java ident' considered harmful

2011-03-04 Thread Jesse Glick
Is this line in .gitattributes for Maven 3 sources really necessary? Using $Id$ is ugly; right now seeing if I can work around a status bug in the NetBeans Git integration caused by it. Wouldn't it be better to just delete $Id$ from those SVN sources where it appears? --