craigmcc    01/07/14 19:36:37

  Modified:    beanutils build.xml
               beanutils/src/conf MANIFEST.MF
  Log:
  Re-build 1.0 to fix a snafu in the MANIFEST.MF file.
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 2001/07/15 00:17:24     1.13
  +++ build.xml 2001/07/15 02:36:37     1.14
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.13 2001/07/15 00:17:24 craigmcc Exp $
  +        $Id: build.xml,v 1.14 2001/07/15 02:36:37 craigmcc Exp $
   -->
   
   
  @@ -49,7 +49,7 @@
     <property name="component.title"         value="Bean Introspection Utilities"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.1-dev"/>
  +  <property name="component.version"       value="1.0"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  
  1.4       +0 -6      jakarta-commons/beanutils/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/conf/MANIFEST.MF,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MANIFEST.MF       2001/07/14 23:56:04     1.3
  +++ MANIFEST.MF       2001/07/15 02:36:37     1.4
  @@ -3,9 +3,3 @@
   Specification-Version: 1.0
   Implementation-Vendor: Apache Software Foundation
   Implementation-Version: @version@
  -Extension-List: collections
  -collections-Extension-Name: org.apache.commons.collections
  -collections-Specification-Vendor: Apache Software Foundation
  -collections-Specification-Version: 1.0
  -collections-Implementation-Vendor: Apache Software Foundation
  -collections-Implementation-Version: 1.0
  
  
  

Reply via email to