From 535aeffdc8668f3183a39a7946df78e5c22bc2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 2 Mar 2008 22:23:43 +0000 Subject: [PATCH] removed references to jakarta regexp, we have been using java.util.regexp for a long time now --- README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README b/README index b8fa4f6e5..bfc93f2c1 100644 --- a/README +++ b/README @@ -20,10 +20,8 @@ are in the file named "RIGHTS.antlr" in this directory. This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -The software uses the Jakarta Regexp package -(http://jakarta.apache.org/regexp) and the Cli and Collections -packages from the Jakarta Commons project -(http://jakarta.apache.org/commons). The license terms of these +The software uses the Cli and Collections packages from the Jakarta Commons +project (http://jakarta.apache.org/commons). The license terms of these packages are in the file named "LICENSE.apache" in this directory. The software uses the Logging and Beanutils packages from the Jakarta