You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/12/21 02:29:54 UTC

cvs commit: maven-plugins/faq plugin.jelly

jvanzyl     2003/12/20 17:29:54

  Modified:    faq      plugin.jelly
  Log:
  o little fix by mvdb to get the faq plugin going again.
  
  Revision  Changes    Path
  1.14      +1 -1      maven-plugins/faq/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/faq/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly	9 Dec 2003 00:57:58 -0000	1.13
  +++ plugin.jelly	21 Dec 2003 01:29:54 -0000	1.14
  @@ -69,7 +69,7 @@
             <x:set var="root" select="$doc/*"/>
   
             <!-- produce a output xdoc xml file from parsed .fml source -->
  -          <j:file name="${outFile}" encoding="${outputencoding}" outputMode="xml" escapeText="false">
  +          <j:file name="${outFile}" encoding="${outputencoding}" outputMode="xml" escapeText="true">
     <document>
   
       <properties>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org