$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62227 - trunk/tools/build/v2/tools/xsltproc
From: steven_at_[hidden]
Date: 2010-05-25 23:39:18
Author: steven_watanabe
Date: 2010-05-25 23:39:15 EDT (Tue, 25 May 2010)
New Revision: 62227
URL: http://svn.boost.org/trac/boost/changeset/62227
Log:
Add some missing files
Added:
   trunk/tools/build/v2/tools/xsltproc/
   trunk/tools/build/v2/tools/xsltproc/included.xsl   (contents, props changed)
   trunk/tools/build/v2/tools/xsltproc/test.xml   (contents, props changed)
   trunk/tools/build/v2/tools/xsltproc/test.xsl   (contents, props changed)
Added: trunk/tools/build/v2/tools/xsltproc/included.xsl
==============================================================================
--- (empty file)
+++ trunk/tools/build/v2/tools/xsltproc/included.xsl	2010-05-25 23:39:15 EDT (Tue, 25 May 2010)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2010 Steven Watanabe
+  
+   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)
+  -->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                version="1.0">
+</xsl:stylesheet>
Added: trunk/tools/build/v2/tools/xsltproc/test.xml
==============================================================================
--- (empty file)
+++ trunk/tools/build/v2/tools/xsltproc/test.xml	2010-05-25 23:39:15 EDT (Tue, 25 May 2010)
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root/>
Added: trunk/tools/build/v2/tools/xsltproc/test.xsl
==============================================================================
--- (empty file)
+++ trunk/tools/build/v2/tools/xsltproc/test.xsl	2010-05-25 23:39:15 EDT (Tue, 25 May 2010)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2010 Steven Watanabe
+  
+   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)
+  -->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                version="1.0">
+  <xsl:include href="included.xsl"/>
+</xsl:stylesheet>