[jboss-cvs] JBossRemoting ...

Anil Saldhana anil.saldhana at jboss.com
Wed Aug 16 15:26:10 EDT 2006


  User: asaldhana
  Date: 06/08/16 15:26:10

  Modified:    JBossRemoting  build.xml
  Log:
  JBREM-419: Jar up the keys also
  
  Revision  Changes    Path
  1.76      +3 -1      JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -b -r1.75 -r1.76
  --- build.xml	16 Aug 2006 14:20:17 -0000	1.75
  +++ build.xml	16 Aug 2006 19:26:10 -0000	1.76
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.75 2006/08/16 14:20:17 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.76 2006/08/16 19:26:10 asaldhana Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -269,6 +269,8 @@
            <fileset dir="${output.etc.dir}">
               <!-- Include xmbean descriptors -->
               <include name="org/jboss/**/*.xml"/>
  +            <!-- Include keys -->
  +            <include name="org/jboss/**/*.key"/>
            </fileset>
         </jar>
   
  
  
  



More information about the jboss-cvs-commits mailing list