You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/10/15 12:36:45 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/bin util.xml

michi       2003/10/15 03:36:45

  Modified:    src/webapp/lenya/bin util.xml
  Log:
  argument added to jtidy target
  
  Revision  Changes    Path
  1.5       +6 -2      cocoon-lenya/src/webapp/lenya/bin/util.xml
  
  Index: util.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/bin/util.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- util.xml	23 Jul 2003 13:21:51 -0000	1.4
  +++ util.xml	15 Oct 2003 10:36:45 -0000	1.5
  @@ -22,6 +22,7 @@
   
     <!-- Dummy arguments -->
     <property name="password" value="levi"/>
  +  <property name="jtidy-in.html" value="index.html"/>
     <!-- /Dummy arguments -->
   
     <property name="lenya.dir.web-inf" value="${lenya.dir}/build/lenya/webapp/WEB-INF"/>
  @@ -67,8 +68,11 @@
     <echo>INFO: JTidy</echo>
   
     <java classname="org.apache.lenya.util.TidyCommandLine">
  -    <arg value="file:/home/michiii/src/lenya/src/webapp/lenya/resources/misc/midas/midas.html"/>
  -    <arg value="midas.xhtml"/>
  +    <arg value="${jtidy-in.html}"/>
  +<!--
  +    <arg value="file:///home/michi/html/index.html"/>
  +-->
  +    <arg value="jtidy-out.xhtml"/>
       <arg value="error.log"/>
       <classpath refid="class.path"/>
     </java>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org