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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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"