You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/26 10:01:31 UTC

svn commit: r768686 - /ofbiz/trunk/ij.ofbiz

Author: jleroux
Date: Sun Apr 26 08:01:31 2009
New Revision: 768686

URL: http://svn.apache.org/viewvc?rev=768686&view=rev
Log:
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"