Skip to content
Snippets Groups Projects
Commit b8a576b6 authored by Tinny Ng's avatar Tinny Ng
Browse files

Use Xerces-C++.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172921 13f79535-47bb-0310-9956-ffa450edef68
parent 2bbda529
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of word surrounded
# by quotes) that should identify the project.
PROJECT_NAME = Xerces-C
PROJECT_NAME = Xerces-C++
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
......
......@@ -287,7 +287,7 @@ sub change_documentation_entities()
open (FIZZLEOUT, ">$thefile");
while ($line = <FIZZLE>) {
$line =~ s/"Xerces C\+\+ Parser"/"XML for C\+\+ Parser"/g;
$line =~ s/"Xerces-C"/"XML4C"/g;
$line =~ s/"Xerces-C\+\+"/"XML4C"/g;
$line =~ s/"1\.5\.1"/"3\.5\.1"/g;
$line =~ s/"Xerces"/"XML4C"/g;
$line =~ s/"xerces-c1_5_1"/"xml4c-3_5_1"/g;
......@@ -311,7 +311,7 @@ sub change_doxygen()
open (FIZZLE, $thefiledotbak);
open (FIZZLEOUT, ">$thefile");
while ($line = <FIZZLE>) {
$line =~ s/Xerces-C/XML4C/g;
$line =~ s/Xerces-C\+\+/XML4C/g;
$line =~ s/1\.5\.1/3\.5\.1/g;
$line =~ s/header.html/header_ibm.html/g;
print FIZZLEOUT $line;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment