Ignore:
Timestamp:
2011-08-26T17:32:18+12:00 (13 years ago)
Author:
davidb
Message:

Tidy up of comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/lucenebuilder.pm

    r24460 r24496  
    2626###########################################################################
    2727# /*
    28 #  *  @version 1.0 Automated incremental building
     28#  *  @version 1.0 Initial implementation of incremental building
    2929#  *  @version 2.0 Incremental building assistance added, including
    3030#  *               remove_document_from_database which implements the granddad's
     
    3333#  *               perl script is. John Rowe
    3434#  *
    35 #  *  @authro Waikato Digital Library Research Group
     35#  *  @author David Bainbridge and Katherine Don, Waikato DL Research group
    3636#  *  @author John Rowe, DL Consulting Ltd.
     37#  *  @author John Thompson, DL Consulting Ltd.
    3738#  */
    3839###########################################################################
     
    6465    # continue. Check for existence of LuceneWrapper to see if Lucene was disabled.
    6566    my $lucene = &util::filename_cat($ENV{'GSDLHOME'},"bin","java","LuceneWrapper.jar");
    66     if(!-f $lucene) {
     67    if (! -f $lucene) {
    6768    die "***** ERROR: $lucene does not exist\n";     
    6869    }
Note: See TracChangeset for help on using the changeset viewer.