Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70658 - trunk/tools/build/v2
From: juergen.hunold_at_[hidden]
Date: 2011-03-28 04:13:57


Author: jhunold
Date: 2011-03-28 04:13:55 EDT (Mon, 28 Mar 2011)
New Revision: 70658
URL: http://svn.boost.org/trac/boost/changeset/70658

Log:
Remove separate version info from xml output
Text files modified:
   trunk/tools/build/v2/build-system.jam | 2 --
   1 files changed, 0 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/build-system.jam
==============================================================================
--- trunk/tools/build/v2/build-system.jam (original)
+++ trunk/tools/build/v2/build-system.jam 2011-03-28 04:13:55 EDT (Mon, 28 Mar 2011)
@@ -772,7 +772,6 @@
             # Prepare valid XML header and footer with some basic info.
             local nl = "
 " ;
- local jam = [ version.jam ] ;
             local os = [ modules.peek : OS OSPLAT JAMUNAME ] "" ;
             local timestamp = [ modules.peek : JAMDATE ] ;
             local cwd = [ PWD ] ;
@@ -781,7 +780,6 @@
             .header on $(xml-file) =
                 "<?xml version=\"1.0\" encoding=\"utf-8\"?>"
                 "$(nl)<build format=\"1.0\" version=\"$(bb-version)\">"
- "$(nl) <jam version=\"$(jam:J=.)\" />"
                 "$(nl) <os name=\"$(os[1])\" platform=\"$(os[2])\"><![CDATA[$(os[3-]:J= )]]></os>"
                 "$(nl) <timestamp><![CDATA[$(timestamp)]]></timestamp>"
                 "$(nl) <directory><![CDATA[$(cwd)]]></directory>"


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