Boost logo

Boost-Commit :

From: stefan_at_[hidden]
Date: 2007-07-06 11:19:30


Author: stefan
Date: 2007-07-06 11:19:30 EDT (Fri, 06 Jul 2007)
New Revision: 7376
URL: http://svn.boost.org/trac/boost/changeset/7376

Log:
Fix typo.

Text files modified:
   sandbox/xml/libs/xml/example/Jamfile | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/xml/libs/xml/example/Jamfile
==============================================================================
--- sandbox/xml/libs/xml/example/Jamfile (original)
+++ sandbox/xml/libs/xml/example/Jamfile 2007-07-06 11:19:30 EDT (Fri, 06 Jul 2007)
@@ -16,7 +16,7 @@
         ;
 
 exe reader : reader.cpp ;
-exe dom : dom.cpp dom2.cpp ;
+exe dom : dom.cpp ;
 exe config : config.cpp ;
 exe xinclude : xinclude.cpp ;
 exe traverse : traverse.cpp ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk