dlr         01/08/08 09:09:31

  Modified:    util     build.properties build.xml
  Log:
  Already have component.jar property, created from concatenating the properties name, 
version, and the literal ".jar".  Should remove the componenet.jar property if 
final.name is desired instead.
  
  Revision  Changes    Path
  1.2       +0 -1      jakarta-commons-sandbox/util/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/util/build.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- build.properties  2001/08/08 13:09:20     1.1
  +++ build.properties  2001/08/08 16:09:31     1.2
  @@ -1,2 +1 @@
   build.dir = .
  -final.name = commons-util-0.1-dev
  
  
  
  1.3       +2 -2      jakarta-commons-sandbox/util/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/util/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- build.xml 2001/08/08 13:09:20     1.2
  +++ build.xml 2001/08/08 16:09:31     1.3
  @@ -1,7 +1,7 @@
   <project name="Jakarta Commons Utilities" default="jar" basedir=".">
   
   <!--
  -        $Id: build.xml,v 1.2 2001/08/08 13:09:20 jvanzyl Exp $
  +        $Id: build.xml,v 1.3 2001/08/08 16:09:31 dlr Exp $
   -->
   
   <!-- ========== Initialize Properties =================================== -->
  @@ -168,7 +168,7 @@
             description="==> Installs .jar file in ${lib.repo}">
       <copy todir="${lib.repo}" filtering="no">
         <fileset dir="${build.dir}">
  -        <include name="${final.name}.jar"/>
  +        <include name="${component.jar}"/>
         </fileset>
       </copy>
     </target>
  
  
  

Reply via email to