You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/12/26 22:09:36 UTC

cvs commit: jakarta-commons-sandbox/threading build.xml

dims        2003/12/26 13:09:36

  Modified:    threading build.xml
  Log:
  Add version # to the jar (fix for gump failure)
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons-sandbox/threading/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/threading/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	30 Apr 2001 17:52:51 -0000	1.3
  +++ build.xml	26 Dec 2003 21:09:36 -0000	1.4
  @@ -185,7 +185,7 @@
       <mkdir      dir="${dist.home}"/>
       <copy      file="../LICENSE"
                 todir="${dist.home}"/>
  -    <jar    jarfile="${dist.home}/commons-${component.name}.jar"
  +    <jar    jarfile="${dist.home}/commons-${component.name}-${component.version}.jar"
               basedir="${build.home}/classes"
              manifest="${build.home}/conf/MANIFEST.MF"/>
     </target>
  
  
  

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