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:09:37 UTC

svn commit: r768687 - in /ofbiz/branches/release09.04: ./ ij.ofbiz

Author: jleroux
Date: Sun Apr 26 08:09:36 2009
New Revision: 768687

URL: http://svn.apache.org/viewvc?rev=768687&view=rev
Log:
Applied fix from trunk for revision: 768686

Modified:
    ofbiz/branches/release09.04/   (props changed)
    ofbiz/branches/release09.04/ij.ofbiz

Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Apr 26 08:09:36 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845,768358,768490,768550,768675
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845,768358,768490,768550,768675,768686

Modified: ofbiz/branches/release09.04/ij.ofbiz
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/ij.ofbiz?rev=768687&r1=768686&r2=768687&view=diff
==============================================================================
--- ofbiz/branches/release09.04/ij.ofbiz (original)
+++ ofbiz/branches/release09.04/ij.ofbiz Sun Apr 26 08:09:36 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"