Mozilla/mozilla/webtools/bonsai/treeconfig.pl.in
terry%mozilla.org 486b4dc3fc Massive patch (mostly from Dieter Weber <dieter@Compatible.COM>) -- ported all TCL code to Perl.
git-svn-id: svn://10.0.0.236/trunk@40909 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 18:39:31 +00:00

24 lines
564 B
Perl

# Example configuration file for Bonsai
# The Bonsai modules and their relation to cvs
# @::TreeList is a list of all configured Bonsai modules
# to add a module, add its name to @::TreeList
# then duplicate the "default" entry in @::TreeInfo and
# change the values appropriately
@::TreeList = ('default');
%::TreeInfo = (
default => {
branch => '',
description => 'My CVS repository',
module => 'All',
repository => '/cvsroot',
shortdesc => 'Mine',
},
,
);
1;