From 38f2dcce35e8c27e080f220cb9fe1d87357b76bf Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Tue, 20 Oct 1998 21:44:36 +0000 Subject: [PATCH] Added Mozbot component to Webtools. git-svn-id: svn://10.0.0.236/trunk@13224 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/makecomponenttable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/bugzilla/makecomponenttable.sh b/mozilla/webtools/bugzilla/makecomponenttable.sh index 9934a5455df..08a0c200539 100755 --- a/mozilla/webtools/bugzilla/makecomponenttable.sh +++ b/mozilla/webtools/bugzilla/makecomponenttable.sh @@ -117,6 +117,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 ("Mozbot", "Webtools", "harrison@netscape.com"); insert into components (value, program, initialowner) values ("Tinderbox", "Webtools", "terry@mozilla.org");