Document that the default_conf must not use any other library.

This commit is contained in:
kestes%tradinglinx.com 2001-02-27 15:26:43 +00:00
parent a4d5275709
commit 0203d89b62
3 changed files with 15 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# -*- Mode: perl; indent-tabs-mode: nil -*-
# $Revision: 1.4 $
# $Date: 2001/02/16 20:03:13 $
# $Revision: 1.5 $
# $Date: 2001/02/27 15:24:56 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BuildStatus.pm,v $
# $Name: $
@ -40,7 +40,8 @@
package BuildStatus;
# This package must not use any tinderbox specific libraries. It is
# intended to be a base class.
# for each Build status we have:

View File

@ -6,9 +6,9 @@
# partitions and this will require making directory structure in
# get_filename() less regular then we have defined it here.
# $Revision: 1.2 $
# $Date: 2001/01/04 00:24:36 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.3 $
# $Date: 2001/02/27 15:25:20 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm,v $
# $Name: $
@ -40,6 +40,9 @@
package FileStructure;
# This package must not use any tinderbox specific libraries. It is
# intended to be a base class.
$VERSION = '#tinder_version#';

View File

@ -29,8 +29,8 @@
# issue to work out.
# $Revision: 1.3 $
# $Date: 2001/02/16 00:09:54 $
# $Revision: 1.4 $
# $Date: 2001/02/27 15:26:43 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TreeData.pm,v $
# $Name: $
@ -62,6 +62,9 @@
package TreeData;
# This package must not use any tinderbox specific libraries. It is
# intended to be a base class.
$VERSION = '#tinder_version#';