diff options
-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"); |