diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index 3d20439faee..1d246a33f5a 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -214,8 +214,10 @@
+
diff --git a/releng/org.eclipse.cdt.releng/buildindex.html b/releng/org.eclipse.cdt.releng/buildindex.html
index 45015f39531..d2c17af87c0 100644
--- a/releng/org.eclipse.cdt.releng/buildindex.html
+++ b/releng/org.eclipse.cdt.releng/buildindex.html
@@ -34,8 +34,8 @@ the CDT Optional Features category.
CDT SDK Feature - superset of runtime that adds source and extension point schemas
GDB Hardware Debugging - provides a launch configuration for launching gdb to do hardware debugging.
XL C/C++ Compiler Support - provides an error parser and managed build support for IBM's XL C/C++ compilers.
-LR Parser - provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99), generated from a
-grammar using the LPG parser generator. The grammar can be reused and extended to
+LR Parser - provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99) and the C++ programming language,
+generated from a grammar using the LPG parser generator. The grammar can be reused and extended to
create your own parser for variants on the C programming language.
Unified Parallel C Support - Provides support for the Unified Parallel C programming langugage.
Provides parsing/indexing infrastructure and language definition, allowing the UPC language to be recognized by CDT.