[OFBiz] SVN: r6722 - trunk
jonesde@svn.ofbiz.org
jonesde at svn.ofbiz.org
Sun Feb 12 15:12:05 CST 2006
Author: jonesde
Date: 2006-02-12 15:12:02 -0600 (Sun, 12 Feb 2006)
New Revision: 6722
Modified:
trunk/ij.ofbiz
Log:
Fixed incorrect jdbc directory reference, reported by Oleg Kozyrev, Jr.
Modified: trunk/ij.ofbiz
===================================================================
--- trunk/ij.ofbiz 2006-02-12 16:36:11 UTC (rev 6721)
+++ trunk/ij.ofbiz 2006-02-12 21:12:02 UTC (rev 6722)
@@ -4,7 +4,7 @@
HM='-Dderby.system.home=data/derby'
PR='-Dij.protocol=jdbc:derby:'
DB='-Dij.database=ofbiz;create=true'
-EE='components/entity/lib/jdbc'
+EE='framework/entity/lib/jdbc'
CP="-cp $EE/derby.jar:$EE/derbytools.jar"
# Command
More information about the Svn
mailing list