You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2003/01/12 23:09:12 UTC

cvs commit: jakarta-avalon-excalibur/altrmi/src/conf MANIFEST-remotable.MF

hammant     2003/01/12 14:09:12

  Modified:    altrmi   build.xml default.properties
  Added:       altrmi/src/conf MANIFEST-remotable.MF
  Log:
  Another jar for remotable
  
  Revision  Changes    Path
  1.64      +6 -0      jakarta-avalon-excalibur/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.xml	6 Jan 2003 23:41:48 -0000	1.63
  +++ build.xml	12 Jan 2003 22:09:12 -0000	1.64
  @@ -262,6 +262,12 @@
             <include name="org/apache/excalibur/altrmi/registry/**"/>
           </jar>
   
  +        <jar jarfile="${build.lib}/${remotable.jar.name}"
  +            basedir="${build.classes}"
  +            manifest="src/conf/MANIFEST-remotable.MF">
  +          <include name="org/apache/excalibur/altrmi/remotable/**"/>
  +        </jar>
  +
       </target>
   
       <!-- Creates all the Javadocs -->
  
  
  
  1.21      +1 -0      jakarta-avalon-excalibur/altrmi/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/default.properties,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- default.properties	6 Jan 2003 23:41:49 -0000	1.20
  +++ default.properties	12 Jan 2003 22:09:12 -0000	1.21
  @@ -19,6 +19,7 @@
   generator.jar.name=${name}-generator-${version}.jar
   registry.jar.name=${name}-registry-${version}.jar
   blocks.jar.name=${name}-blocks-${version}.jar
  +remotable.jar.name=${name}-remotable-${version}.jar
   
   # --------------------------------------------------
   #                REQUIRED LIBRARIES
  
  
  
  1.1                  jakarta-avalon-excalibur/altrmi/src/conf/MANIFEST-remotable.MF
  
  Index: MANIFEST-remotable.MF
  ===================================================================
  Extension-Name: excalibur-altrmi-remotable
  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>