From 36f330fdee6beeb36ee6ae7d53b62813918769d0 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Wed, 30 Jan 2002 21:10:54 +0000 Subject: [PATCH] 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 --- .../org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java b/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java index be14f0ff7..ae3dedd48 100644 --- a/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java +++ b/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java @@ -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 Stefan Bodewig * @author Matthew Inger mattinger@mindless.com