From: Carlos S. <car...@us...> - 2005-01-10 21:58:48
|
carlossg 05/01/10 13:58:42 Modified: sdocbook plugin.properties project.xml sdocbook/xdocs changes.xml Log: Generate xhtml instead of html Revision Changes Path 1.11 +2 -2 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- plugin.properties 8 Jan 2005 19:24:05 -0000 1.10 +++ plugin.properties 10 Jan 2005 21:58:41 -0000 1.11 @@ -22,13 +22,13 @@ maven.sdocbook.resources.include = **/*.png, **/*.gif, **/*.jpg, **/*.css # stylesheet to use for html transformation -maven.sdocbook.html.xsl = ${maven.sdocbook.stylesheets.dir}/html/docbook.xsl +maven.sdocbook.html.xsl = ${maven.sdocbook.stylesheets.dir}/xhtml/docbook.xsl # can be set to the "-param ..." which user can use to parameterize the html stylesheets maven.sdocbook.html.params = # stylesheet to use for html chunk transformation -maven.sdocbook.htmlchunk.xsl = ${maven.sdocbook.stylesheets.dir}/html/chunk.xsl +maven.sdocbook.htmlchunk.xsl = ${maven.sdocbook.stylesheets.dir}/xhtml/chunk.xsl # stylesheet to use for fo transformation maven.sdocbook.fo.xsl = ${maven.sdocbook.stylesheets.dir}/fo/docbook.xsl 1.29 +1 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- project.xml 8 Jan 2005 22:41:01 -0000 1.28 +++ project.xml 10 Jan 2005 21:58:41 -0000 1.29 @@ -8,7 +8,7 @@ <name>SDocBook Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4.1</currentVersion> + <currentVersion>1.4.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> 1.15 +3 -0 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- changes.xml 8 Jan 2005 22:42:27 -0000 1.14 +++ changes.xml 10 Jan 2005 21:58:42 -0000 1.15 @@ -7,6 +7,9 @@ <author email="per...@us...">Per Olesen</author> </properties> <body> + <release version="1.4.2-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="update">Generate xhtml instead of html</action> + </release> <release version="1.4.1" date="2005-01-08"> <action dev="carlossg" type="add">Added sdocbook:generate-htmlchunk goal</action> <action dev="carlossg" type="add">Added **/*.jpg, **/*.css to maven.sdocbook.resources.include</action> |