Skip to content

Commit

Permalink
Version bump and path fix.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://foo-projects.org/var/svn/lunar/moonbase/trunk@26085 fe636330-a7f5-0310-8408-fdd8893149bb
  • Loading branch information
stumbles committed Oct 4, 2007
1 parent f6139ce commit 9a641f1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions libs/xerces-c++/DETAILS
@@ -1,26 +1,26 @@
MODULE=xerces-c++
VERSION=2.7.0
SOURCE=xerces-c-src_2_7_0.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/xerces-c-src_2_7_0
SOURCE_URL=http://www.apache.org/dist/xml/xerces-c/source/
SOURCE_VFY=sha1:56f9587f33fca0a573a45f07762e3262a255d73f
VERSION=2.8.0
SOURCE=xerces-c-src_2_8_0.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/xerces-c-src_2_8_0
SOURCE_URL=http://www.apache.org/dist/xml/xerces-c/sources/
SOURCE_VFY=sha1:f0803b1330daec3f44b17dee64c3c99de6b3cd3e
WEB_SITE=http://xml.apache.org/xerces-c/index.html
ENTERED=20040126
UPDATED=20051218
UPDATED=20071004
PSAFE=no
SHORT="Validating XML parser written in C++"

cat << EOF
Xerces-C++ is a validating XML parser written in a portable subset of
C++. Xerces-C++ makes it easy to give your application the ability to
read and write XML data. A shared library is provided for parsing,
Xerces-C++ is a validating XML parser written in a portable subset of
C++. Xerces-C++ makes it easy to give your application the ability to
read and write XML data. A shared library is provided for parsing,
generating, manipulating, and validating XML documents.

Xerces-C++ is faithful to the XML 1.0 recommendation and many
Xerces-C++ is faithful to the XML 1.0 recommendation and many
associated standards (see Features below).

The parser provides high performance, modularity, and scalability.
Source code, samples and API documentation are provided with the
parser. For portability, care has been taken to make minimal use
The parser provides high performance, modularity, and scalability.
Source code, samples and API documentation are provided with the
parser. For portability, care has been taken to make minimal use
of templates, no RTTI, and minimal use of #ifdefs.
EOF

0 comments on commit 9a641f1

Please sign in to comment.