Ignore:
Timestamp:
11/09/08 17:42:08 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: 2nd wave of renaming TWikiContributor to ProjectContributor
Michael may want to look at ldap contrib
I added ProjectContributor but did not remove TWikiContributor to the list
of excluded names in case some TWiki use wants to use the extension.
Please check I did it right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/tools/TWikiKernel/build.pl

    r14 r492  
    33# Build for TWiki 
    44# Crawford Currie 
    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; 
     
    8082 
    8183    #check in 
    82     `ci -mbuildrelease -wTWikiContributor -t-new-topic $new/$file 2>&1`; 
     84    `ci -mbuildrelease -wProjectContributor -t-new-topic $new/$file 2>&1`; 
    8385    #get a copy of the latest revsion, no lock 
    8486    `co -u -M $new/$file 2>&1`; 
     
    113115    print `perl $this->{basedir}/tools/gendocs.pl -debug -root $this->{tmpDir}`; 
    114116    $this->cp( "$this->{tmpDir}/AUTHORS", 
    115                "$this->{tmpDir}/pub/Main/TWikiContributor/AUTHORS" ); 
     117               "$this->{tmpDir}/pub/Main/ProjectContributor/AUTHORS" ); 
    116118    $this->cp( "$this->{tmpDir}/AUTHORS", 
    117                "$this->{tmpDir}/pub/TWiki/TWikiContributor/AUTHORS" ); 
     119               "$this->{tmpDir}/pub/TWiki/ProjectContributor/AUTHORS" ); 
    118120 
    119121    for my $script qw( view rdiff ) { 
Note: See TracChangeset for help on using the changeset viewer.