Browse Source

Discard the previous commit comments, it is due to a mistake.

The code has been changed to enable UNIX_LINE for line terminator.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271011 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
36f330fdee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java

+ 1
- 1
src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException;

/**
* Implementation of RegexpMatcher for the built-in regexp matcher of
* JDK 1.4.
* JDK 1.4. UNIX_LINES option is enabled as a default.
*
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Matthew Inger <a href="mailto:mattinger@mindless.com">mattinger@mindless.com</a>


Loading…
Cancel
Save