update to older Venice sources to modernize things - revamped the build system

using techniques from newer Dynamo version, allow source to compile and work
using newer versions of J2SDK, Tomcat, BSF, other libraries; bugfixes to get
everything running in a newer environment
This commit is contained in:
Eric J. Bowersox
2004-03-08 05:13:29 +00:00
parent 281df572b8
commit 372f548f7f
38 changed files with 1003 additions and 584 deletions

View File

@@ -441,7 +441,7 @@ GRANT ALL PRIVILEGES ON venice.*
TO erbo@'10.29.99.%' IDENTIFIED BY 'meesatest'
WITH GRANT OPTION;
GRANT INSERT, DELETE, UPDATE, SELECT ON venice.*
GRANT INSERT, DELETE, UPDATE, SELECT, LOCK TABLES ON venice.*
TO venicedb@localhost IDENTIFIED BY 'x00yes2K';
##############################################################################