You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ba...@apache.org on 2001/08/02 23:03:16 UTC

cvs commit: xml-cocoon2 build.xml

balld       01/08/02 14:03:16

  Modified:    .        build.xml
  Log:
  fixed the sitewebapp ant target. why in the world is org.apache.log.output.ServletOutputTarget in velocity instead of logkit?
  
  Revision  Changes    Path
  1.42      +2 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml	2001/07/28 21:15:01	1.41
  +++ build.xml	2001/08/02 21:03:16	1.42
  @@ -498,7 +498,7 @@
         </fileset>
       </copy>
   
  -    <copy todir="${build.site.war}/content/xdocs" filtering="off">
  +    <copy todir="${build.site.war}/content/xdocs" filtering="on">
         <fileset dir="${docs.dir}">
           <include name="*.xml"/>
           <include name="**/*.dtd"/>
  @@ -651,6 +651,7 @@
           <include name="avalon*.jar"/>
           <include name="logkit*.jar"/>
           <include name="maybeupload*.jar"/>
  +        <include name="velocity*.jar"/>
           <include name="xalan*.jar"/>
           <include name="xerces*.jar"/>
         </fileset>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org