You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dl...@apache.org on 2002/03/09 18:11:38 UTC

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

dlr         02/03/09 09:11:38

  Modified:    lang     build.xml
  Log:
  Normalized target description for "install-jar".
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons-sandbox/lang/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/lang/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- build.xml	8 Mar 2002 00:09:33 -0000	1.3
  +++ build.xml	9 Mar 2002 17:11:38 -0000	1.4
  @@ -3,7 +3,7 @@
   
   <!--
           "Lang" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.3 2002/03/08 00:09:33 dlr Exp $
  +        $Id: build.xml,v 1.4 2002/03/09 17:11:38 dlr Exp $
   -->
   
   
  @@ -210,7 +210,7 @@
   
   
     <target name="install-jar" depends="jar"
  -   description="--> Installs jar file in ${lib.repo}">
  +   description="Installs jar file in ${lib.repo}">
       <copy todir="${lib.repo}" filtering="no">
         <fileset dir="${dist.home}">
           <include name="commons-${component.name}.jar"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>