You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/08/18 22:09:49 UTC

cvs commit: jakarta-commons/digester build.xml

rdonkin     2004/08/18 13:09:48

  Modified:    digester Tag: RELEASE_DIGESTER_1_6_0_BRANCH build.xml
  Log:
  Fixed build so that the notice is copied into the distribution
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.53.2.2  +3 -1      jakarta-commons/digester/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
  retrieving revision 1.53.2.1
  retrieving revision 1.53.2.2
  diff -u -r1.53.2.1 -r1.53.2.2
  --- build.xml	30 Jul 2004 20:11:00 -0000	1.53.2.1
  +++ build.xml	18 Aug 2004 20:09:48 -0000	1.53.2.2
  @@ -239,6 +239,8 @@
       <mkdir      dir="${build.home}/classes/META-INF"/>
       <copy      file="RELEASE-NOTES.txt"
                 todir="${dist.home}"/>
  +    <copy      file="NOTICE.txt"
  +              todir="${dist.home}"/>
       <jar    jarfile="${dist.home}/commons-${component.name}.jar"
               basedir="${build.home}/classes"
              manifest="${build.home}/conf/MANIFEST.MF"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org