From 47f386706995f20b05dd3b2983a137e182c419b8 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Sun, 18 Jul 2010 18:13:03 +0000 Subject: [PATCH] Adding some docs to build.properties. Adjusting stylesheet-path so by default it is relative to the main antbuild (so you can import build.xml in another build.xml and have it 'just work' --- xsl/webhelp/build.properties | 11 ++++++++++- xsl/webhelp/build.xml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/xsl/webhelp/build.properties b/xsl/webhelp/build.properties index c7664343e..67bd6f776 100755 --- a/xsl/webhelp/build.properties +++ b/xsl/webhelp/build.properties @@ -1,6 +1,15 @@ +# The path (relative to the build.xml file) to your input document. +# To use your own input document, create a build.xml file of your own +# and import this build.xml. input-xml=docsrc/readme.xml + +# The directory in which to put the output files. +# This directory is created if it does not exist. output-dir=doc -stylesheet-path=xsl/webhelp.xsl + +# If you are using a customization layer that imports webhelp.xsl, use +# this property to point to it. +stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl # If your document has image directories that need to be copied # to the output directory, you can list patterns here. diff --git a/xsl/webhelp/build.xml b/xsl/webhelp/build.xml index 704dd1e2f..b06d8ba4d 100755 --- a/xsl/webhelp/build.xml +++ b/xsl/webhelp/build.xml @@ -1,7 +1,7 @@ - + @@ -32,7 +32,7 @@ -- 2.40.0