You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Paul Elschot (JIRA)" <ji...@apache.org> on 2009/06/02 18:38:07 UTC

[jira] Commented: (LUCENE-1378) Remove remaining @author references

    [ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715576#action_12715576 ] 

Paul Elschot commented on LUCENE-1378:
--------------------------------------

I thought I had caught them all, but under unix in the trunk dir:

grep -r -i author src | grep -v '\.svn' | wc

still gives some lines mentioning authors in the src/site and src/jsp directories.
I don't know whether that's ok.

There is also some code in src/test using a query with an author: field, but that's no problem.

> 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.9
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch, LUCENE-1378c.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org