[ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629688#action_12629688 ]
[EMAIL PROTECTED] edited comment on LUCENE-1378 at 9/9/08 8:06 PM: ------------------------------------------------------------- Here is a clean patch off trunk if you want to avoid the perl (have a hard time remember my perl myself). Ah...thought that patch was older, perl was no blocker <g> Take the second anyway, it removes the 36 empty blocks (see below) created and was done with java <g> /** * */ was (Author: [EMAIL PROTECTED]): Here is a clean patch off trunk if you want to avoid the perl (have a hard time remember my perl myself). > Remove remaining @author references > ----------------------------------- > > Key: LUCENE-1378 > URL: https://issues.apache.org/jira/browse/LUCENE-1378 > Project: Lucene - Java > Issue Type: Task > Reporter: Otis Gospodnetic > Assignee: Otis Gospodnetic > Priority: Trivial > Fix For: 2.4 > > Attachments: LUCENE-1378.patch, LUCENE-1378.patch > > > $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl > -pi -e 's/ [EMAIL PROTECTED]//' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]