svn commit: r768614 - in /ofbiz/branches/release09.04: LICENSE framework/entity/lib/jdbc/derbytools-10.4.1.3.jar 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: r768614 - in /ofbiz/branches/release09.04: LICENSE framework/entity/lib/jdbc/derbytools-10.4.1.3.jar ij.ofbiz

jleroux@apache.org
Author: jleroux
Date: Sat Apr 25 21:57:20 2009
New Revision: 768614

URL: http://svn.apache.org/viewvc?rev=768614&view=rev
Log:
Related to https://issues.apache.org/jira/browse/OFBIZ-2355 and trunk r768608

Added:
    ofbiz/branches/release09.04/framework/entity/lib/jdbc/derbytools-10.4.1.3.jar   (with props)
Modified:
    ofbiz/branches/release09.04/LICENSE
    ofbiz/branches/release09.04/ij.ofbiz

Modified: ofbiz/branches/release09.04/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/LICENSE?rev=768614&r1=768613&r2=768614&view=diff
==============================================================================
--- ofbiz/branches/release09.04/LICENSE (original)
+++ ofbiz/branches/release09.04/LICENSE Sat Apr 25 21:57:20 2009
@@ -69,6 +69,7 @@
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.16-tomcat-juli-adapters.jar
 ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20080708-r674758.jar
 ofbiz/trunk/framework/entity/lib/jdbc/derby-10.3.1.4.jar
+ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.4.1.3.jar
 ofbiz/trunk/framework/jetty/lib/ant-1.6.5.jar
 ofbiz/trunk/framework/jetty/lib/jasper-compiler-5.5.15.jar
 ofbiz/trunk/framework/jetty/lib/jasper-compiler-jdt-5.5.15.jar

Added: ofbiz/branches/release09.04/framework/entity/lib/jdbc/derbytools-10.4.1.3.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/entity/lib/jdbc/derbytools-10.4.1.3.jar?rev=768614&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/release09.04/framework/entity/lib/jdbc/derbytools-10.4.1.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ofbiz/branches/release09.04/ij.ofbiz
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/ij.ofbiz?rev=768614&r1=768613&r2=768614&view=diff
==============================================================================
--- ofbiz/branches/release09.04/ij.ofbiz (original)
+++ ofbiz/branches/release09.04/ij.ofbiz Sat Apr 25 21:57:20 2009
@@ -19,7 +19,7 @@
 #####################################################################
 
 # Properties
-HM='-Dderby.system.home=data/derby'
+HM='-Dderby.system.home=runtime/data/derby'
 PR='-Dij.protocol=jdbc:derby:'
 DB='-Dij.database=ofbiz;create=true'
 EE='framework/entity/lib/jdbc'