[jboss-cvs] jboss-portal/build ...

Rali Genova rgenova at jboss.org
Mon Aug 7 12:37:27 EDT 2006


  User: rgenova 
  Date: 06/08/07 12:37:27

  Modified:    build    distrib.xml
  Log:
  the bundled distro was not packaging the AS client folder, due to a typo
  
  Revision  Changes    Path
  1.21      +1 -1      jboss-portal/build/distrib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: distrib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/build/distrib.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- distrib.xml	7 Jul 2006 22:37:05 -0000	1.20
  +++ distrib.xml	7 Aug 2006 16:37:27 -0000	1.21
  @@ -203,7 +203,7 @@
         <copy todir="${portal.build.normal.bundled}">
            <fileset dir="${jboss.home}">
               <include name="bin/**"/>
  -            <include name="clients/**"/>
  +            <include name="client/**"/>
               <include name="docs/**"/>
               <include name="lib/**"/>
               <include name="server/default/**"/>
  
  
  



More information about the jboss-cvs-commits mailing list