From 74fe0d194c979ce68f33f91229e4df95545a5efa Mon Sep 17 00:00:00 2001 From: mdb Date: Wed, 4 Jul 2001 18:20:09 +0000 Subject: [PATCH] Claim to use the Jakarta regexp package even though we don't yet (but we will soon enough). git-svn-id: https://samskivert.googlecode.com/svn/trunk@159 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/viztool/lib/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/viztool/lib/README b/projects/viztool/lib/README index e6f6c5ec..01e8e8be 100644 --- a/projects/viztool/lib/README +++ b/projects/viztool/lib/README @@ -8,9 +8,12 @@ directory specified in the build.xml file (${java.libraries}). * samskivert library: http://www.samskivert.com/code/samskivert/ +* Jakarta Regular Expression package: + http://jakarta.apache.org/regexp/ + Once the jar files are in place (regardless of what they are named), the build system will automatically include them in the compile-time classpath. -- -$Id: README,v 1.1 2001/06/14 01:51:28 mdb Exp $ +$Id: README,v 1.2 2001/07/04 18:20:09 mdb Exp $