Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20575

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
Add copying of some missing files in the headers directory, that are not 
headers. And add copying of the specially named TR1 headers.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile.v2,v
retrieving revision 1.32.2.1.2.21
retrieving revision 1.32.2.1.2.22
diff -u -d -r1.32.2.1.2.21 -r1.32.2.1.2.22
--- Jamfile.v2  6 Jan 2007 14:17:30 -0000       1.32.2.1.2.21
+++ Jamfile.v2  11 May 2007 03:40:34 -0000      1.32.2.1.2.22
@@ -330,6 +330,15 @@
 local headers =
     [ path.glob-tree boost : *.hpp *.ipp *.h *.inc : CVS ]
     [ path.glob-tree boost/compatibility/cpp_c_headers : c* : CVS ]
+    [ path.glob-tree boost/test/utils/runtime : *.cpp : CVS ]
+    [ path.glob-tree boost/spirit/tree :
+        parsetree.dtd : CVS ]
+    [ path.glob-tree boost/tr1/tr1 :
+        algorithm array bitset complex deque exception fstream functional
+        iomanip ios iostream istream iterator limits list locale map
+        memory new numeric ostream queue random regex set sstream stack
+        stdexcept streambuf string strstream tuple type_traits typeinfo
+        utility valarray vector *.SUNWCCh : CVS ]
     ;
 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to