[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Thu Nov 9 16:35:23 EST 2006


  User: telrod  
  Date: 06/11/09 16:35:23

  Modified:    JBossRemoting  build.xml
  Log:
  JBREM-622 & JBREM-629 - sync with remoting_2_x branch to pull in bug fixes.
  
  Revision  Changes    Path
  1.89      +3 -3      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.88
  retrieving revision 1.89
  diff -u -b -r1.88 -r1.89
  --- build.xml	27 Sep 2006 18:50:55 -0000	1.88
  +++ build.xml	9 Nov 2006 21:35:23 -0000	1.89
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88 2006/09/27 18:50:55 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.89 2006/11/09 21:35:23 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -34,9 +34,9 @@
         <!-- Module name(s) & version -->
         <property name="module.name" value="remoting"/>
         <property name="module.Name" value="JBoss Remoting"/>
  -      <property name="module.version" value="2.0.0.Alpha2"/>
  +      <property name="module.version" value="3.0.0.Alpha1"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_0_0_Alpha2"/>
  +      <property name="module.version.extension" value="3_0_0_Alpha1"/>
   
         <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
         <property name="root.dir" value="${basedir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list