$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: lists.drrngrvy_at_[hidden]
Date: 2008-03-21 16:45:54
Author: drrngrvy
Date: 2008-03-21 16:45:53 EDT (Fri, 21 Mar 2008)
New Revision: 43777
URL: http://svn.boost.org/trac/boost/changeset/43777
Log:
Creating release branch
Added:
   sandbox/SOC/2007/cgi/branches/release/
      - copied from r43774, /sandbox/SOC/2007/cgi/trunk/
Text files modified: 
   sandbox/SOC/2007/cgi/branches/release/libs/cgi/example/acgi/Jamfile.v2 |    42 ++++++++++++++++++++--------------------
   1 files changed, 21 insertions(+), 21 deletions(-)
Modified: sandbox/SOC/2007/cgi/branches/release/libs/cgi/example/acgi/Jamfile.v2
==============================================================================
--- /sandbox/SOC/2007/cgi/trunk/libs/cgi/example/acgi/Jamfile.v2	(original)
+++ sandbox/SOC/2007/cgi/branches/release/libs/cgi/example/acgi/Jamfile.v2	2008-03-21 16:45:53 EDT (Fri, 21 Mar 2008)
@@ -1,21 +1,21 @@
-#             Copyright (c) 2007 Darren Garvey
-#
-# Distributed under the Boost Software License, Version 1.0.
-#     (See accompanying file LICENSE_1_0.txt or copy 
-#        at http://www.boost.org/LICENSE_1_0.txt)
-
-project boost.cgi.examples.acgi ;
-
-# Install all acgi examples to the user-provided variable "cgi-bin"
-install install
-  :
-    hello_world
-    echo
-    cookie_game
-    login
-  :
-    <location>$(cgi-bin)
-  ;
-
-# Only install example if you use `bjam install' or equivalent
-explicit install ;
+#             Copyright (c) 2007 Darren Garvey
+#
+# Distributed under the Boost Software License, Version 1.0.
+#     (See accompanying file LICENSE_1_0.txt or copy 
+#        at http://www.boost.org/LICENSE_1_0.txt)
+
+project boost.cgi.examples.acgi ;
+
+# Install all acgi examples to the user-provided variable "cgi-bin"
+install install
+  :
+    hello_world
+    echo
+    cookie_game
+    login
+  :
+    <location>$(cgi-bin)
+  ;
+
+# Only install example if you use `bjam install' or equivalent
+explicit install ;