[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Fri Jul 21 15:40:08 EDT 2006


  User: telrod  
  Date: 06/07/21 15:40:08

  Modified:    JBossRemoting  build.xml
  Log:
  JBREM-435 - adding jboss-remoting-serialization.jar to distribution build.
  
  Revision  Changes    Path
  1.65      +9 -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.64
  retrieving revision 1.65
  diff -u -b -r1.64 -r1.65
  --- build.xml	21 Jul 2006 05:23:08 -0000	1.64
  +++ build.xml	21 Jul 2006 19:40:08 -0000	1.65
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.64 2006/07/21 05:23:08 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.65 2006/07/21 19:40:08 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -440,6 +440,14 @@
            </fileset>
         </jar>
   
  +      <jar jarfile="${output.lib.dir}/jboss-remoting-serialization.jar"
  +           manifest="${manifest.file}">
  +         <fileset dir="${compile.dir}">
  +            <include name="org/jboss/remoting/serialization/**"/>
  +            <include name="org/jboss/remoting/loading/*ObjectInputStreamWithClassLoader*"/>
  +         </fileset>
  +      </jar>
  +
      </target>
      
      <!-- ================================================================== -->
  
  
  



More information about the jboss-cvs-commits mailing list