Changeset 487 for branches/Release04x02/tools/build.pl
- Timestamp:
- 11/09/08 16:27:33 (4 years ago)
- File:
-
- 1 edited
-
branches/Release04x02/tools/build.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/tools/build.pl
r3 r487 3 3 # Build for TWiki 4 4 # 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. 6 8 7 9 use strict; … … 184 186 `$cmd`; 185 187 # create rcs file 186 `ci -u -mbuildrelease -w TWikiContributor -t-buildrelease $new/$file 2>&1`;188 `ci -u -mbuildrelease -wProjectContributor -t-buildrelease $new/$file 2>&1`; 187 189 } 188 190 … … 198 200 `$cmd`; 199 201 #check in 200 `ci -mbuildrelease -w TWikiContributor -t-new-topic $new/$file 2>&1`;202 `ci -mbuildrelease -wProjectContributor -t-new-topic $new/$file 2>&1`; 201 203 #get a copy of the latest revsion, no lock 202 204 `co -u -M $new/$file 2>&1`; … … 239 241 print `perl $this->{basedir}/tools/gendocs.pl -debug -root $this->{tmpDir}`; 240 242 $this->cp( "$this->{tmpDir}/AUTHORS", 241 "$this->{tmpDir}/pub/TWiki/ TWikiContributor/AUTHORS" );243 "$this->{tmpDir}/pub/TWiki/ProjectContributor/AUTHORS" ); 242 244 243 245
Note: See TracChangeset
for help on using the changeset viewer.
