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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to