From 5abff48d7f28b24eb08d89eecd4caa4829d549e7 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 21 May 2002 00:37:49 +0000 Subject: [PATCH] Fixing necko directory list (143399). r=blythe, sr=alecf git-svn-id: svn://10.0.0.236/trunk@121905 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/module2dir.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/config/module2dir.pl b/mozilla/config/module2dir.pl index f70b51a3ec4..7d7423bb803 100755 --- a/mozilla/config/module2dir.pl +++ b/mozilla/config/module2dir.pl @@ -86,8 +86,8 @@ my %map = ( 'msgimap', 'mailnews/imap', 'msglocal', 'mailnews/local', 'msgnews', 'mailnews/news', - 'necko', 'netwerk', - 'necko2', 'netwerk/protocol', + 'necko', 'netwerk/base netwerk/protocol/about netwerk/protocol/data netwerk/protocol/file netwerk/protocol/http netwerk/protocol/jar netwerk/protocol/keyword netwerk/protocol/res netwerk/dns netwerk/socket netwerk/streamconv netwerk/cookie netwerk/build', + 'necko2', 'netwerk/protocol/datetime netwerk/protocol/finger netwerk/protocol/ftp netwerk/protocol/gopher netwerk/protocol/viewsource netwerk/build2', 'nkcache', 'netwerk/cache', 'oji', 'modules/oji', 'plugin', 'modules/plugin', @@ -101,6 +101,8 @@ my %map = ( 'shistory', 'xpfe/components/shistory', 'sidebar', 'xpfe/components/sidebar', 'string', 'string', + 'test_necko', 'netwerk/test', + 'TestStreamConv', 'netwerk/streamconv/test', 'transformiix', 'extensions/transformiix', 'txmgr', 'editor/txmgr', 'txtsvc', 'editor/txtsvc',