From: wisberg Date: Mon, 16 Dec 2002 18:44:24 +0000 (+0000) Subject: initial version X-Git-Tag: initial_CPL~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fafae443719b26159ab2d7dac1c9b46b5e00b671;p=aspectj.git initial version --- diff --git a/lib/readme-lib-module.html b/lib/readme-lib-module.html index d5f01e789..8e6baeb25 100644 --- a/lib/readme-lib-module.html +++ b/lib/readme-lib-module.html @@ -44,6 +44,11 @@ This module also contains some bootstrap libraries and test sources. JUnit 3.7 test libraries, available from junit.org and under the CPL. +
  • regexp: + Regular expressions from + http:jakarta.apache.org. + This is used only by the testing module. +
  • test: bootstrap libraries for the test process. These could be replaced with build products, to avoid the checked-in versions being out of date, but these build products change rarely diff --git a/lib/regexp/jakarta-regexp-1.2.jar b/lib/regexp/jakarta-regexp-1.2.jar new file mode 100644 index 000000000..713441c52 Binary files /dev/null and b/lib/regexp/jakarta-regexp-1.2.jar differ