Update of /cvsroot/boost/boost/tools/build/v2/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27209

Modified Files:
        property-set.jam 
Log Message:
Fix removing of path features.

Index: property-set.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/build/property-set.jam,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- property-set.jam    5 Nov 2006 06:40:20 -0000       1.26
+++ property-set.jam    8 Nov 2006 10:01:35 -0000       1.27
@@ -425,9 +425,15 @@
         
         if $(remove-requirements)
         {
+            # Need to create property set, so that path features
+            # and indirect features are translated just like they
+            # are in project requirements.
+            local ps = [ property-set.create-from-user-input 
+                $(remove-requirements) : $(project-module) $(location) ] ;
+            
             parent-requirements = [ property-set.create 
                 [ set.difference [ $(parent-requirements).raw ] 
-                  : $(remove-requirements) ] ] ;
+                  : [ $(ps).raw ] ] ] ;
             specification = $(add-requirements) ;
         }
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to