From 124b6f8a6e10d4047bd38bb6e083aea06390e47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Mon, 28 Mar 2011 08:13:55 +0000 Subject: [PATCH] Remove separate version info from xml output [SVN r70658] --- v2/build-system.jam | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/build-system.jam b/v2/build-system.jam index 80258ef19..9f9c884cc 100644 --- a/v2/build-system.jam +++ b/v2/build-system.jam @@ -772,7 +772,6 @@ local rule should-clean-project ( project ) # 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 @@ local rule should-clean-project ( project ) .header on $(xml-file) = "" "$(nl)" - "$(nl) " "$(nl) " "$(nl) " "$(nl) "