Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-01-05 12:54:02


Author: jurko
Date: 2008-01-05 12:54:02 EST (Sat, 05 Jan 2008)
New Revision: 42487
URL: http://svn.boost.org/trac/boost/changeset/42487

Log:
Cleaned up some import rule calls.
Text files modified:
   trunk/tools/build/v2/build/project.jam | 15 +++++----------
   1 files changed, 5 insertions(+), 10 deletions(-)

Modified: trunk/tools/build/v2/build/project.jam
==============================================================================
--- trunk/tools/build/v2/build/project.jam (original)
+++ trunk/tools/build/v2/build/project.jam 2008-01-05 12:54:02 EST (Sat, 05 Jan 2008)
@@ -35,18 +35,13 @@
 # standalone projects are not recorded, the only way to use them is by project
 # id.
 
-
-import modules : peek poke ;
-import numbers ;
-import path ;
-import sequence ;
-import errors : error ;
-
-import print ;
 import "class" : new ;
 import errors ;
-import assert ;
+import modules ;
+import path ;
+import print ;
 import property-set ;
+import sequence ;
 
 #
 # Loads jamfile at the given location. After loading, project global
@@ -101,7 +96,7 @@
 # Note the use of character groups, as opposed to listing
 # 'Jamroot' and 'jamroot'. With the latter, we'd get duplicate
 # matches on windows and would have to eliminate duplicates.
-JAMROOT ?= [ peek : JAMROOT ] ;
+JAMROOT ?= [ modules.peek : JAMROOT ] ;
 JAMROOT ?= project-root.jam [Jj]amroot [Jj]amroot.jam ;
 
 # Loads parent of Jamfile at 'location'. Issues an error if nothing is found.


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