From: Carlos S. <car...@us...> - 2005-01-01 23:30:23
|
carlossg 05/01/01 15:30:15 Modified: sdocbook/xdocs properties.xml changes.xml sdocbook plugin.properties Log: Added **/*.jpg, **/*.css to maven.sdocbook.resources.include Revision Changes Path 1.7 +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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- properties.xml 1 Jan 2005 20:39:13 -0000 1.6 +++ properties.xml 1 Jan 2005 23:30:09 -0000 1.7 @@ -35,7 +35,7 @@ <td>No</td> <td> The resources which are to be copied from maven.sdocbook.src.dir and into target. - It defaults to **/*.png, **/*.gif + It defaults to **/*.png, **/*.gif, **/*.jpg, **/*.css </td> </tr> 1.12 +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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 1 Jan 2005 20:54:37 -0000 1.11 +++ changes.xml 1 Jan 2005 23:30:09 -0000 1.12 @@ -9,6 +9,9 @@ <body> <release version="1.4.1-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="add"> + Added **/*.jpg, **/*.css to maven.sdocbook.resources.include + </action> <action dev="carlossg" type="fix"> Don't flatten resources when copying. </action> 1.8 +1 -1 maven-plugins/sdocbook/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- plugin.properties 1 Jan 2005 20:39:20 -0000 1.7 +++ plugin.properties 1 Jan 2005 23:30:09 -0000 1.8 @@ -18,7 +18,7 @@ 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 -maven.sdocbook.resources.include = **/*.png, **/*.gif +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 |