[jboss-cvs] JBossRemoting ...

Tom Elrod telrod at belmont.prod.atl2.jboss.com
Tue Aug 29 12:02:16 EDT 2006


  User: telrod  
  Date: 06/08/29 12:02:16

  Modified:    JBossRemoting  build.xml
  Log:
  Updated release files for new version, 2.0.0.GA and included release notes.
  
  Revision  Changes    Path
  1.83      +20 -20    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.82
  retrieving revision 1.83
  diff -u -b -r1.82 -r1.83
  --- build.xml	25 Aug 2006 19:32:40 -0000	1.82
  +++ build.xml	29 Aug 2006 16:02:16 -0000	1.83
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.82 2006/08/25 19:32:40 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.83 2006/08/29 16:02:16 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.CR1"/>
  +      <property name="module.version" value="2.0.0.GA"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_0_0_CR_1"/>
  +      <property name="module.version.extension" value="2_0_0_GA"/>
   
         <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