diff options
author | terry%netscape.com <> | 1998-10-08 03:58:55 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-10-08 03:58:55 +0200 |
commit | 724bc93a49a154541c40c1d46f68561d56b4cfdd (patch) | |
tree | c70058ff21b140b8d4703946f89ba47a164ada06 | |
parent | 027b1ae1fc5dc077b8f4f84542106e8c01313ad4 (diff) | |
download | bugzilla-724bc93a49a154541c40c1d46f68561d56b4cfdd.tar.gz bugzilla-724bc93a49a154541c40c1d46f68561d56b4cfdd.tar.xz |
Added 'Despot'.
-rwxr-xr-x | makecomponenttable.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh index ae169493e..9934a5455 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -116,6 +116,7 @@ insert into components (value, program, initialowner) values ("XPCOM", "NGLayout insert into components (value, program, initialowner) values ("Bonsai", "Webtools", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("Bugzilla", "Webtools", "terry@mozilla.org"); +insert into components (value, program, initialowner) values ("Despot", "Webtools", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("Tinderbox", "Webtools", "terry@mozilla.org"); |