From: Carlos S. <car...@us...> - 2005-02-13 15:33:20
|
carlossg 05/02/13 07:33:13 Modified: sdocbook plugin.jelly Log: Revision Changes Path 1.17 +2 -1 maven-plugins/sdocbook/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/plugin.jelly,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- plugin.jelly 8 Jan 2005 22:07:46 -0000 1.16 +++ plugin.jelly 13 Feb 2005 15:33:13 -0000 1.17 @@ -238,7 +238,8 @@ <!-- copy source docbook files to dest --> <copy todir="${maven.sdocbook.generated}" filtering="no"> <fileset dir="${maven.sdocbook.src.dir}"> - <include name="**/*.xml, **/*.sgml"/> + <include name="**/*.xml"/> + <include name="**/*.sgml"/> </fileset> </copy> <fileScanner var="generatedScanner"> |