craigmcc    01/04/16 17:50:29

  Modified:    beanutils build.xml
  Added:       beanutils/src/conf MANIFEST.MF
  Removed:     beanutils/conf MANIFEST.MF
  Log:
  Go with the flow some more (conf --> src/conf).
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/04/16 13:26:05     1.7
  +++ build.xml 2001/04/17 00:50:28     1.8
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.7 2001/04/16 13:26:05 geirm Exp $
  +        $Id: build.xml,v 1.8 2001/04/17 00:50:28 craigmcc Exp $
   -->
   
   
  @@ -46,7 +46,7 @@
     <property name="build.home"              value="target"/>
   
     <!-- The base directory for component configuration files -->
  -  <property name="conf.home"               value="conf"/>
  +  <property name="conf.home"               value="src/conf"/>
   
     <!-- The base directory for distribution targets -->
     <property name="dist.home"               value="build"/>
  
  
  
  1.1                  jakarta-commons/beanutils/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  Extension-Name: @name@
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 1.0
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: @version@
  
  
  
  

Reply via email to