From: Carlos S. <car...@us...> - 2004-12-19 13:40:00
|
carlossg 04/12/19 05:39:36 Modified: sdocbook/xdocs properties.xml sdocbook plugin.properties Log: Added properties documentation Revision Changes Path 1.4 +1 -1 maven-plugins/sdocbook/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- properties.xml 13 Apr 2004 21:27:00 -0000 1.3 +++ properties.xml 19 Dec 2004 13:39:36 -0000 1.4 @@ -35,7 +35,7 @@ <td> Points to the root of the DocBook XSL stylesheet distribution, where the stylesheets used for transformation are placed. - It defaults to ${plugin.dir}/plugin-resources, which is the version that comes with the plugin. + It defaults to ${plugin.dir}/plugin-resources/docbook-xsl-x.x, being x.x the version used by default. </td> </tr> 1.5 +3 -1 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- plugin.properties 19 Dec 2004 13:03:14 -0000 1.4 +++ plugin.properties 19 Dec 2004 13:39:36 -0000 1.5 @@ -10,9 +10,11 @@ maven.sdocbook.target.dir = ${maven.build.dir}/docs/docbook -# the root dir of the stylesheet to use (defaults to plugin-internal version) +# version should be the same as in the plugin POM maven.sdocbook.stylesheets.version=1.66.1 +# the root dir of the stylesheet to use (defaults to version in plugin POM) #maven.sdocbook.stylesheets.dir = ${plugin.dir}/plugin-resources/docbook-xsl-${maven.sdocbook.stylesheets.version} +# default stylesheets zip path maven.sdocbook.stylesheets.zip = ${maven.repo.local}/docbook/zips/docbook-xsl-${maven.sdocbook.stylesheets.version}.zip # the resources which are to be copied from maven.sdocbook.src.dir |