Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86490 - in branches/release: . libs
From: bdawes_at_[hidden]
Date: 2013-10-27 17:19:14


Author: bemandawes
Date: 2013-10-27 17:19:13 EDT (Sun, 27 Oct 2013)
New Revision: 86490
URL: http://svn.boost.org/trac/boost/changeset/86490

Log:
Merge 86398 which supplies a file missing from 86392.

Added:
   branches/release/libs/Jamfile.v2 (props changed)
      - copied unchanged from r86398, trunk/libs/Jamfile.v2
Properties modified:
   branches/release/ (props changed)
   branches/release/libs/ (props changed)
Text files modified:
   branches/release/libs/Jamfile.v2 | 16 ++++++++++++++++
   1 files changed, 16 insertions(+), 0 deletions(-)

Copied: branches/release/libs/Jamfile.v2 (from r86398, trunk/libs/Jamfile.v2)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/release/libs/Jamfile.v2 2013-10-27 17:19:13 EDT (Sun, 27 Oct 2013) (r86490, copy of r86398, trunk/libs/Jamfile.v2)
@@ -0,0 +1,16 @@
+# Jamfile.v2
+#
+# Copyright (C) 2013 Bjorn Roald
+#
+# Distributed under the Boost Software License, Version 1.0.
+# See www.boost.org/LICENSE_1_0.txt
+#
+# Boost libraries common project properties:
+#
+# Under modularized layout, ensure all inheriting projects get
+# implicit dependency to headers staged as links in <boost-root>/boost
+
+project boost/libs
+ : requirements <implicit-dependency>/boost//headers
+ : usage-requirements <implicit-dependency>/boost//headers
+ ;


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