jstrachan    2003/03/17 00:57:35

  Modified:    src/plugins-build/faq plugin.jelly
  Log:
  patch to ensure that the XML declaration is output with the XML encoding as well as 
disabling pretty printing so that <pre> and <source> elements come out right
  
  Revision  Changes    Path
  1.3       +1 -4      jakarta-turbine-maven/src/plugins-build/faq/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/faq/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly      7 Mar 2003 08:12:04 -0000       1.2
  +++ plugin.jelly      17 Mar 2003 08:57:35 -0000      1.3
  @@ -35,10 +35,7 @@
                <x:parse var="doc" xml="${srcfileFile}"/>    
                <x:set var="root" select="$doc/*"/>
   
  -             <j:file name="${destfile}" encoding="${outputencoding}"
  -                     omitXmlDeclaration="true" outputMode="xml"
  -                     prettyPrint="true">
  -
  +             <j:file name="${destfile}" encoding="${outputencoding}" 
outputMode="xml">
   <document>
   
     <properties>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to