Ignore:
Timestamp:
11/09/08 16:27:33 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Second wave of renaming TWikiContributors to ProjectContributors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/tools/build.pl

    r3 r487  
    33# Build for TWiki 
    44# Crawford Currie & Sven Dowideit 
    5 # Copyright (C) TWikiContributors, 2005 
     5# Copyright (C) 2006-2008 ProjectContributors. All rights reserved. 
     6# ProjectContributors are listed in the AUTHORS file in the root of 
     7# the distribution. 
    68 
    79use strict; 
     
    184186        `$cmd`; 
    185187        # create rcs file 
    186         `ci -u -mbuildrelease -wTWikiContributor -t-buildrelease $new/$file 2>&1`; 
     188        `ci -u -mbuildrelease -wProjectContributor -t-buildrelease $new/$file 2>&1`; 
    187189    } 
    188190 
     
    198200            `$cmd`; 
    199201            #check in 
    200         `ci -mbuildrelease -wTWikiContributor -t-new-topic $new/$file 2>&1`; 
     202        `ci -mbuildrelease -wProjectContributor -t-new-topic $new/$file 2>&1`; 
    201203        #get a copy of the latest revsion, no lock 
    202204        `co -u -M $new/$file 2>&1`; 
     
    239241    print `perl $this->{basedir}/tools/gendocs.pl -debug -root $this->{tmpDir}`; 
    240242    $this->cp( "$this->{tmpDir}/AUTHORS", 
    241                "$this->{tmpDir}/pub/TWiki/TWikiContributor/AUTHORS" ); 
     243               "$this->{tmpDir}/pub/TWiki/ProjectContributor/AUTHORS" ); 
    242244 
    243245 
Note: See TracChangeset for help on using the changeset viewer.