You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/06/11 15:26:36 UTC

cvs commit: cocoon-lenya/src/targets dist-build.xml

roku        2004/06/11 06:26:36

  Modified:    src/targets dist-build.xml
  Log:
  Added copying of legal dir to dist-bin-prepare.
  See #29523.
  
  Revision  Changes    Path
  1.14      +7 -6      cocoon-lenya/src/targets/dist-build.xml
  
  Index: dist-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/targets/dist-build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- dist-build.xml	24 May 2004 14:10:03 -0000	1.13
  +++ dist-build.xml	11 Jun 2004 13:26:36 -0000	1.14
  @@ -33,20 +33,21 @@
     -->
     <target name="prepare-dist-bin" depends="clean,war">
   
  -    <copy todir="${dist.root}/${distname}-bin">
  +    <copy todir="${dist.bin.dir}">
         <fileset dir="${basedir}">
           <include name="INSTALL-BIN.txt"/>
           <include name="README.txt"/>
           <include name="lenya.sh"/>
           <include name="lenya.bat"/>
  +        <include name="legal/**"/>
         </fileset>
       </copy>
   
       <!-- Copy endorsed libraries -->
  -    <copy todir="${dist.root}/${distname}-bin/endorsed">
  +    <copy todir="${dist.bin.dir}/endorsed">
         <fileset dir="${build.webapp}/WEB-INF/lib/endorsed"/>
       </copy>
  -    <copy todir="${dist.root}/${distname}-bin/endorsed">
  +    <copy todir="${dist.bin.dir}/endorsed">
         <fileset dir="${build.webapp}/WEB-INF/lib/">
           <include name="xercesImpl-*.jar"/>
         </fileset>
  @@ -54,10 +55,10 @@
       <copy file="${build.webapp}/WEB-INF/lib/xml-apis.jar" todir="${dist.root}/${distname}-bin/endorsed"/>
   
       <!-- Copy Jetty -->
  -    <copy todir="${dist.root}/${distname}-bin/tools">
  +    <copy todir="${dist.bin.dir}/tools">
         <fileset dir="tools"/>
       </copy>
  -    <delete dir="${dist.root}/${distname}-bin/tools/anttasks"/>
  +    <delete dir="${dist.bin.dir}/tools/anttasks"/>
     </target>
   
     <target name="dist-bin" depends="prepare-dist-bin" description="Build a regular binary distribution tar ball">
  
  
  

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