You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/01/13 20:25:20 UTC

cvs commit: jakarta-commons-sandbox/altrmi/src/conf MANIFEST-client-impl.MF MANIFEST-client-interfaces.MF MANIFEST-common.MF MANIFEST-generator.MF MANIFEST-server-impl.MF MANIFEST-server-interfaces.MF MANIFEST.MF

hammant     02/01/13 11:25:20

  Modified:    altrmi   build.xml
  Added:       altrmi/src/conf MANIFEST-client-impl.MF
                        MANIFEST-client-interfaces.MF MANIFEST-common.MF
                        MANIFEST-generator.MF MANIFEST-server-impl.MF
                        MANIFEST-server-interfaces.MF
  Removed:     altrmi/src/conf MANIFEST.MF
  Log:
  manifest corrections.
  
  Revision  Changes    Path
  1.2       +7 -7      jakarta-commons-sandbox/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	9 Jan 2002 19:25:53 -0000	1.1
  +++ build.xml	13 Jan 2002 19:25:20 -0000	1.2
  @@ -3,7 +3,7 @@
   
   <!--
           "Alternative (to) RMI" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.1 2002/01/09 19:25:53 hammant Exp $
  +        $Id: build.xml,v 1.2 2002/01/13 19:25:20 hammant Exp $
   -->
   
   
  @@ -183,38 +183,38 @@
   
       <jar    jarfile="${dist.home}/commons-${component.name}-common.jar"
               basedir="${build.home}/classes"
  -           manifest="src/conf/MANIFEST.MF">
  +           manifest="src/conf/MANIFEST-common.MF">
         <include name="org/apache/commons/altrmi/common/**"/>
       </jar>
                 
       <jar    jarfile="${dist.home}/commons-${component.name}-client-interfaces.jar"
               basedir="${build.home}/classes"
  -           manifest="src/conf/MANIFEST.MF">
  +           manifest="src/conf/MANIFEST-client-interfaces.MF">
         <include name="org/apache/commons/altrmi/client/*"/>
       </jar>
       
       <jar    jarfile="${dist.home}/commons-${component.name}-client-impl.jar"
               basedir="${build.home}/classes"
  -           manifest="src/conf/MANIFEST.MF">
  +           manifest="src/conf/MANIFEST-client-impl.MF">
         <include name="org/apache/commons/altrmi/client/impl/**"/>
       </jar>    
       
       <jar    jarfile="${dist.home}/commons-${component.name}-server-interfaces.jar"
               basedir="${build.home}/classes"
  -           manifest="src/conf/MANIFEST.MF">
  +           manifest="src/conf/MANIFEST-server-interfaces.MF">
         <include name="org/apache/commons/altrmi/server/*"/>
       </jar>    
       
       <jar    jarfile="${dist.home}/commons-${component.name}-server-impl.jar"
               basedir="${build.home}/classes"
  -           manifest="src/conf/MANIFEST.MF">
  +           manifest="src/conf/MANIFEST-server-impl.MF">
         <include name="org/apache/commons/altrmi/server/impl/**"/>
       </jar>    
   
       
       <jar    jarfile="${dist.home}/commons-${component.name}-generator.jar"
               basedir="${build.home}/classes"
  -           manifest="src/conf/MANIFEST.MF">
  +           manifest="src/conf/MANIFEST-generator.MF">
         <include name="org/apache/commons/altrmi/generator/**"/>
       </jar>    
       
  
  
  
  1.1                  jakarta-commons-sandbox/altrmi/src/conf/MANIFEST-client-impl.MF
  
  Index: MANIFEST-client-impl.MF
  ===================================================================
  Extension-Name: commons-altrmi-client-impl
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 0.9
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: 0.9
  
  
  
  
  1.1                  jakarta-commons-sandbox/altrmi/src/conf/MANIFEST-client-interfaces.MF
  
  Index: MANIFEST-client-interfaces.MF
  ===================================================================
  Extension-Name: commons-altrmi-client-interfaces
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 0.9
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: 0.9
  
  
  
  
  1.1                  jakarta-commons-sandbox/altrmi/src/conf/MANIFEST-common.MF
  
  Index: MANIFEST-common.MF
  ===================================================================
  Extension-Name: commons-altrmi-common
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 0.9
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: 0.9
  
  
  
  
  1.1                  jakarta-commons-sandbox/altrmi/src/conf/MANIFEST-generator.MF
  
  Index: MANIFEST-generator.MF
  ===================================================================
  Extension-Name: commons-altrmi-common
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 0.9
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: 0.9
  
  
  
  
  1.1                  jakarta-commons-sandbox/altrmi/src/conf/MANIFEST-server-impl.MF
  
  Index: MANIFEST-server-impl.MF
  ===================================================================
  Extension-Name: commons-altrmi-server-impl
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 0.9
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: 0.9
  
  
  
  
  1.1                  jakarta-commons-sandbox/altrmi/src/conf/MANIFEST-server-interfaces.MF
  
  Index: MANIFEST-server-interfaces.MF
  ===================================================================
  Extension-Name: commons-altrmi-server-interfaces
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 0.9
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: 0.9
  
  
  
  

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