[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Wed Aug 2 22:42:25 EDT 2006


  User: telrod  
  Date: 06/08/02 22:42:25

  Modified:    JBossRemoting  build.xml
  Log:
  Updates for the 2.0.0.CR1 release.
  
  Revision  Changes    Path
  1.73      +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.72
  retrieving revision 1.73
  diff -u -b -r1.72 -r1.73
  --- build.xml	2 Aug 2006 05:53:18 -0000	1.72
  +++ build.xml	3 Aug 2006 02:42:25 -0000	1.73
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.72 2006/08/02 05:53:18 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.73 2006/08/03 02:42:25 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.Beta2"/>
  +      <property name="module.version" value="2.0.0.CR1"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_0_0_beta_2"/>
  +      <property name="module.version.extension" value="2_0_0_CR_1"/>
   
         <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