$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-07-17 16:51:56
Author: dgregor
Date: 2008-07-17 16:51:55 EDT (Thu, 17 Jul 2008)
New Revision: 47517
URL: http://svn.boost.org/trac/boost/changeset/47517
Log:
Modularized Xpressive
Text files modified: 
   branches/CMake/release/libs/xpressive/CMakeLists.txt |     3 +++                                     
   1 files changed, 3 insertions(+), 0 deletions(-)
Modified: branches/CMake/release/libs/xpressive/CMakeLists.txt
==============================================================================
--- branches/CMake/release/libs/xpressive/CMakeLists.txt	(original)
+++ branches/CMake/release/libs/xpressive/CMakeLists.txt	2008-07-17 16:51:55 EDT (Thu, 17 Jul 2008)
@@ -2,4 +2,7 @@
   Xpressive
   TESTDIRS test
   HEADERS xpressive
+  DESCRIPTION "Regular expressions that can be written as strings or as expression templates, and which can refer to each other and themselves recursively with the power of context-free grammars."
+  AUTHORS "Eric Niebler <eric -at- boost-consulting.com>"
+  MODULARIZED
   )