From: Carlos S. <car...@us...> - 2004-12-19 13:33:44
|
carlossg 04/12/19 05:33:37 Modified: sdocbook/xdocs changes.xml Log: Allow using new stylesheet versions as dependencies in POM Revision Changes Path 1.7 +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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 11 Dec 2004 23:03:37 -0000 1.6 +++ changes.xml 19 Dec 2004 13:33:37 -0000 1.7 @@ -10,6 +10,9 @@ <release version="1.4-SNAPSHOT" date="in CVS"> <action dev="carlossg" type="add"> + Allow using new stylesheet versions as dependencies in POM. + </action> + <action dev="carlossg" type="add"> Added documentation to use custom stylesheets. </action> <action dev="carlossg" type="fix"> |