Author: jleroux
Date: Sun Apr 26 08:01:31 2009
New Revision: 768686
URL:
http://svn.apache.org/viewvc?rev=768686&view=revLog:
Finally put Derby version in file, can't hurt
Modified:
ofbiz/trunk/ij.ofbiz
Modified: ofbiz/trunk/ij.ofbiz
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/ij.ofbiz?rev=768686&r1=768685&r2=768686&view=diff==============================================================================
--- ofbiz/trunk/ij.ofbiz (original)
+++ ofbiz/trunk/ij.ofbiz Sun Apr 26 08:01:31 2009
@@ -18,12 +18,12 @@
# under the License.
#####################################################################
-# Properties
+# Properties (derby may need editing if the version has not been updated)
HM='-Dderby.system.home=runtime/data/derby'
PR='-Dij.protocol=jdbc:derby:'
DB='-Dij.database=ofbiz;create=true'
EE='framework/entity/lib/jdbc'
-CP="-cp $EE/derby.jar:$EE/derbytools.jar"
+CP="-cp $EE/derby-10.4.2.0.jar:$EE/derbytools-10.4.2.0.jar"
# Command
OPTIONS="$CP $HM $PR $DB"