show an example of how to use the new bonsai default parameter.

This commit is contained in:
kestes%walrus.com 2001-07-27 20:42:56 +00:00
Родитель 20bebb0b1d
Коммит 8760231679
1 изменённых файлов: 17 добавлений и 6 удалений

Просмотреть файл

@ -29,8 +29,8 @@
# issue to work out. # issue to work out.
# $Revision: 1.6 $ # $Revision: 1.7 $
# $Date: 2001/07/20 19:04:55 $ # $Date: 2001/07/27 20:42:56 $
# $Author: kestes%walrus.com $ # $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TreeData.pm,v $ # $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TreeData.pm,v $
# $Name: $ # $Name: $
@ -127,11 +127,20 @@ $VERSION = '#tinder_version#';
# perl code. # perl code.
# module: Although VC_CVS ignores this variable you should still set # module: Although VC_CVS ignores this variable you should still set
# it because it is clearer (a tree is supposed to map to a module) and # it because it is clearer (a tree is supposed to map to a module and
# for practical reasons (the VC_Display may use it an CVS may allow # branch) and for practical reasons (the VC_Display may use it an CVS
# proper use in the future). # may allow proper use in the future).
#------------------------------------------------------------------
# Bonsai specific information.
# Bonsai designates one tree to be the default tree and stores its
# state (open/closed) in a different directory. We note this tree by
# adding an elment to the hash 'is_bonsai_default' which is set for
# this tree.
#------------------------------------------------------------------ #------------------------------------------------------------------
@ -155,7 +164,9 @@ $VERSION = '#tinder_version#';
# #
# module => 'SeaMonkeyAll', # module => 'SeaMonkeyAll',
# branch => 'main', # branch => 'main',
# dir_pattern => '^/mozilla', # dir_pattern => '^/mozilla',
# is_bonsai_default => 1,
# }, # },
# these are dummy trees for testing. # these are dummy trees for testing.