From efb8e0f0aef93a55ced46a9e4cdf51aa8d7a542a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 28 Jun 2007 19:37:43 +0000 Subject: [PATCH] Removed all hard-coded instances of "/trunk" in the svnlog2docbook stylesheet. Expectation now is that it is instead called with parameters for the repository root URL and for the distro URL, which makes it possible to identify the parent directory of the distro. The intended result is to make the stylesheet more portable (no longer assumes your source is under trunk). --- releasetools/svnlog2docbook.xsl | 135 +++++++++++++++++++++----------- 1 file changed, 88 insertions(+), 47 deletions(-) diff --git a/releasetools/svnlog2docbook.xsl b/releasetools/svnlog2docbook.xsl index 241c52aa4..a7bc872f8 100644 --- a/releasetools/svnlog2docbook.xsl +++ b/releasetools/svnlog2docbook.xsl @@ -22,6 +22,15 @@ + + + + + + + + + @@ -65,16 +74,19 @@ + + + - - - - - + + + + + + Gentext Common FO HTML HTMLHelp Eclipse JavaHelp Lib Manpages Roundtrip Slides Website Params Highlighting Profiling Template Tools - + >Gentext Common FO HTML Manpages HTMLHelp Eclipse JavaHelp Roundtrip Slides Website Params Highlighting Profiling Lib Tools Template @@ -88,6 +100,11 @@ Robert Stayton + + dongsheng + Dongsheng + Song + dcramer David @@ -160,7 +177,7 @@ - + - + + @@ -222,51 +240,73 @@ + + - - - - + + - - - : - - - - - - - - - - ; - - - - - - - ⋯ - - - - - - + + + + : + + + + + + + + + + + + + + + + + + + + + + + + + + + ; + + + + + + + + + + ⋯ + + + + + + + @@ -283,6 +323,7 @@ + Added namespace declarations to document elements for all param files. -- 2.49.0