+1
Regards
JB
On 02/16/2011 08:25 PM, Hadrian Zbarcea wrote:
+1
On Feb 16, 2011, at 9:11 AM, Claus Ibsen wrote:
Hi
Many of the Java files in Camel source code have $revision$ tags.
I propose we remove those. It makes comparing branches and files more tricky.
And the git people told me it also makes some problem there as well.
We got this nice command to remove them
find . -name '*.java' | xargs perl -p -i -e 's/(\@version
+)?\$Revision: *[0-9]+ *\$//g'
--
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/