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

git-svn-id: svn://10.0.0.236/trunk@99978 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com
2001-07-27 20:42:56 +00:00
parent c135307d7d
commit 93c49da5ec

View File

@@ -29,8 +29,8 @@
# issue to work out.
# $Revision: 1.6 $
# $Date: 2001-07-20 19:04:55 $
# $Revision: 1.7 $
# $Date: 2001-07-27 20:42:56 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TreeData.pm,v $
# $Name: not supported by cvs2svn $
@@ -127,11 +127,20 @@ $VERSION = '#tinder_version#';
# perl code.
# 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
# for practical reasons (the VC_Display may use it an CVS may allow
# proper use in the future).
# it because it is clearer (a tree is supposed to map to a module and
# branch) and for practical reasons (the VC_Display may use it an CVS
# 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',
# branch => 'main',
# dir_pattern => '^/mozilla',
# dir_pattern => '^/mozilla',
# is_bonsai_default => 1,
# },
# these are dummy trees for testing.