From eba6bc7304cd76f1e29940d9f65794d6147ed3c8 Mon Sep 17 00:00:00 2001
From: Rahul Jain <rahulj@apache.org>
Date: Fri, 7 Apr 2000 18:38:48 +0000
Subject: [PATCH] Point to the new xerces-c-dev mailing list.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172036 13f79535-47bb-0310-9956-ffa450edef68
---
 scripts/packageSources.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/packageSources.pl b/scripts/packageSources.pl
index 7f426165b..d1faeb504 100644
--- a/scripts/packageSources.pl
+++ b/scripts/packageSources.pl
@@ -323,7 +323,7 @@ sub change_documentation_entities()
                 $line =~ s/"xerces-c-1_1_0"/"xml4c-3_1_0"/g;
                 $line =~ s/"xerces-c-src-1_1_0"/"xml4c-src-3_1_0"/g;
                 $line =~ s/"xerces-c_1"/"xerces-c_1"/g;
-                $line =~ s/xerces-dev\@xml\.apache\.org/xml4c\@us\.ibm\.com/g;
+                $line =~ s/xerces-c-dev\@xml\.apache\.org/xml4c\@us\.ibm\.com/g;
                 $line =~ s/xml\.apache\.org\/dist/www\.alphaworks\.ibm\.com\/tech\/xml4c/g;
                 print FIZZLEOUT $line;
         }
-- 
GitLab