antoine     2003/12/23 07:28:51

  Modified:    docs/manual Tag: ANT_16_BRANCH install.html
  Log:
  Merge from HEAD
  Remind user that JDK 1.4+ includes its own regexp impl
  PR: 25709
  Submitted by: Jesse Glick (jglick at netbeans dot org)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.59.2.6  +4 -1      ant/docs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/install.html,v
  retrieving revision 1.59.2.5
  retrieving revision 1.59.2.6
  diff -u -r1.59.2.5 -r1.59.2.6
  --- install.html      8 Dec 2003 23:01:52 -0000       1.59.2.5
  +++ install.html      23 Dec 2003 15:28:51 -0000      1.59.2.6
  @@ -270,7 +270,10 @@
   <p>The following libraries are needed in your CLASSPATH or in the
   install directory's <code>lib</code> directory if you are using the
   indicated feature. Note that only one of the regexp libraries is
  -needed for use with the mappers. You will also need to install the
  +needed for use with the mappers
  +(and Java 1.4 and higher includes a regexp implementation which
  +Ant will find automatically).
  +You will also need to install the
   Ant optional jar containing the task definitions to make these
   tasks available. Please refer to the <a href="#optionalTasks">
   Installing Ant / Optional Tasks</a> section above.</p>
  
  
  

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

Reply via email to