From: Carlos S. <car...@us...> - 2004-12-19 13:32:43
|
carlossg 04/12/19 05:32:37 Modified: sdocbook/xdocs users-guide.xml Log: Fixed typo Revision Changes Path 1.5 +1 -1 maven-plugins/sdocbook/xdocs/users-guide.xml Index: users-guide.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/users-guide.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- users-guide.xml 19 Dec 2004 13:03:14 -0000 1.4 +++ users-guide.xml 19 Dec 2004 13:32:37 -0000 1.5 @@ -34,7 +34,7 @@ </p> <p> Taking the stylesheets which convert into html as example, you could set the "draft" option by setting - the property "maven.sdocbook.html.params==-param draft.mode yes" in your project.properties. + the property "maven.sdocbook.html.params=-param draft.mode yes" in your project.properties. </p> </section> |