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 2004/01/28 23:38:12 UTC

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

michi       2004/01/28 14:38:12

  Modified:    src/targets dist-build.xml
  Log:
  NOTE about dist and snapshot added
  
  Revision  Changes    Path
  1.3       +2 -2      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dist-build.xml	7 Jul 2003 13:57:55 -0000	1.2
  +++ dist-build.xml	28 Jan 2004 22:38:12 -0000	1.3
  @@ -30,7 +30,7 @@
     dependency on the "clean" target in order to prevent garbage
     like the cocoon logfiles from ending up in the distribution tarball.
     -->
  -  <target name="snapshot" depends="prepare-dist" description="Build a snapshot binary distribution tar ball">
  +  <target name="snapshot" depends="prepare-dist" description="Build a snapshot binary distribution tar ball (the same as 'dist' except for the filename)">
   
       <copy todir="${snapshot.bin.dir}">
         <fileset dir="${dist.root}/${fullname}"/>
  @@ -84,7 +84,7 @@
     dependency on the "clean" target in order to prevent garbage
     like the cocoon logfiles from ending up in the distribution tarball.
     -->
  -  <target name="snapshot-src" depends="prepare-dist-src" description="Builds a snapshot tar ball containing the sources for developers">
  +  <target name="snapshot-src" depends="prepare-dist-src" description="Builds a snapshot tar ball containing the sources for developers (the same as 'dist-src' except for the filename)">
   
       <copy todir="${snapshot.src.dir}">
         <fileset dir="${dist.src.dir}"/>
  
  
  

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