removed references to jakarta regexp, we have been using java.util.regexp for a long time now

This commit is contained in:
Lars Kühne 2008-03-02 22:23:43 +00:00
parent f31b6a7962
commit 535aeffdc8
1 changed files with 2 additions and 4 deletions

6
README
View File

@ -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