Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2920/tools/build/v2/tools

Modified Files:
        quickbook.jam 
Log Message:
Update scanner to handle the newer quickbook include systax wqhich allows 
whitespace before "include".

Index: quickbook.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/quickbook.jam,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- quickbook.jam       27 Nov 2006 05:53:05 -0000      1.14
+++ quickbook.jam       1 Feb 2007 04:00:53 -0000       1.15
@@ -252,8 +252,8 @@
 {
     rule pattern ( )
     {
-        return "\\[include[ \t]+([^]]+)\\]" 
-        "\\[include:[a-zA-Z0-9_]+[ \t]+([^]]+)\\]" ;
+        return "\\[[ \t]*include[ \t]+([^]]+)\\]" 
+        "\\[[ \t]*include:[a-zA-Z0-9_]+[ \t]+([^]]+)\\]" ;
     }
 }
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to