stevel      2005/08/23 07:19:08

  Modified:    .        contributors.xml WHATSNEW CONTRIBUTORS
  Log:
  bug #36171; -noclasspath crashes ant if no system classpath is set.
  submitted by Benjamin Burgess
  
  Revision  Changes    Path
  1.2       +5 -1      ant/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/ant/contributors.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contributors.xml  19 Aug 2005 10:47:42 -0000      1.1
  +++ contributors.xml  23 Aug 2005 14:19:08 -0000      1.2
  @@ -72,7 +72,11 @@
                <first>Balazs</first>
                <last>Fejes 2</last>
        </name>
  -     <name>
  +  <name>
  +    <first>Benjamin</first>
  +    <last>Burgess</last>
  +  </name>
  +  <name>
                <first>Ben</first>
                <last>Galbraith</last>
        </name>
  
  
  
  1.852     +3 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.851
  retrieving revision 1.852
  diff -u -r1.851 -r1.852
  --- WHATSNEW  22 Aug 2005 19:44:45 -0000      1.851
  +++ WHATSNEW  23 Aug 2005 14:19:08 -0000      1.852
  @@ -132,6 +132,9 @@
   
   * off-by-one error in environment setup for execution under OpenVMS fixed.
   
  +* Bugzilla report 36171: -noclasspath crashes ant if no system classpath is 
set. 
  +
  +
   Other changes:
   --------------
   
  
  
  
  1.54      +1 -0      ant/CONTRIBUTORS
  
  Index: CONTRIBUTORS
  ===================================================================
  RCS file: /home/cvs/ant/CONTRIBUTORS,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- CONTRIBUTORS      18 Aug 2005 13:01:02 -0000      1.53
  +++ CONTRIBUTORS      23 Aug 2005 14:19:08 -0000      1.54
  @@ -14,6 +14,7 @@
   Atsuhiko Yamanaka
   Avik Sengupta
   Balazs Fejes 2
  +Benjamin Burgess
   Ben Galbraith
   Benoit Moussaud
   Brad Clark
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to