Issue 54459 - $Log$ in the source files
Summary: $Log$ in the source files
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: OOo 2.x
Assignee: rt
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-11 16:53 UTC by pavel
Modified: 2010-10-23 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-09-11 16:53:45 UTC
Hi,

several source files contain $Log$. I think it is useless because we do have all
commit comments in CVS. Can we remove them? Comments are redundant, make source
code grow.
Comment 1 pavel 2005-09-11 17:04:03 UTC
There are 104 files with $Log$. Checkout the tree and run

grep -rl "\$Log: .*\$" *

to get the list.
Comment 2 rt 2005-09-19 15:42:56 UTC
Setting target.
Comment 3 rt 2006-06-27 10:05:03 UTC
Started in CWS rt15. Module 'xmloff' already cleaned (15 files).
Comment 4 rt 2006-06-29 10:40:19 UTC
Fixed.
Comment 5 jens-heiner.rechtien 2006-07-07 18:58:20 UTC
Verified.
Comment 6 rt 2006-07-28 16:39:14 UTC
On milestone m179 a find job like
    find . -exec egrep '\$Log: ' {} /dev/null \;
does not show any further occurences of $Log:$ in OOo sources. Closing issue.
Comment 7 amesates 2010-10-23 15:32:10 UTC
Created attachment 72523