svn commit: r768608 - in /ofbiz/trunk: LICENSE framework/appserver/templates/jboss422/build.xml framework/entity/lib/jdbc/derby-10.4.1.3.jar framework/entity/lib/jdbc/derby-10.4.2.0.jar framework/entity/lib/jdbc/derbytools-10.4.2.0.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: r768608 - in /ofbiz/trunk: LICENSE framework/appserver/templates/jboss422/build.xml framework/entity/lib/jdbc/derby-10.4.1.3.jar framework/entity/lib/jdbc/derby-10.4.2.0.jar framework/entity/lib/jdbc/derbytools-10.4.2.0.jar ij.ofbiz

jleroux@apache.org
Author: jleroux
Date: Sat Apr 25 21:43:34 2009
New Revision: 768608

URL: http://svn.apache.org/viewvc?rev=768608&view=rev
Log:
A patch from Tamer Sezgin  "ij.ofbiz does not work" https://issues.apache.org/jira/browse/OFBIZ-2355  - OFBIZ-2355
+ update of Derby to 10.4.2.0

Added:
    ofbiz/trunk/framework/entity/lib/jdbc/derby-10.4.2.0.jar   (with props)
    ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.4.2.0.jar   (with props)
Removed:
    ofbiz/trunk/framework/entity/lib/jdbc/derby-10.4.1.3.jar
Modified:
    ofbiz/trunk/LICENSE
    ofbiz/trunk/framework/appserver/templates/jboss422/build.xml
    ofbiz/trunk/ij.ofbiz

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=768608&r1=768607&r2=768608&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Sat Apr 25 21:43:34 2009
@@ -69,7 +69,8 @@
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.16-tomcat-juli.jar
 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/derby-10.4.2.0.jar
+ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.4.2.0.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

Modified: ofbiz/trunk/framework/appserver/templates/jboss422/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/appserver/templates/jboss422/build.xml?rev=768608&r1=768607&r2=768608&view=diff
==============================================================================
--- ofbiz/trunk/framework/appserver/templates/jboss422/build.xml (original)
+++ ofbiz/trunk/framework/appserver/templates/jboss422/build.xml Sat Apr 25 21:43:34 2009
@@ -27,7 +27,7 @@
         Create the ear file to run OfBiz in Jboss
     </description>
 
-    <property name="DERBY_VERSION" value="10.4.1.3"/>
+    <property name="DERBY_VERSION" value="10.4.2.0"/>
     <property name="ofbizHome" location="${ofbizHome}/"/>
 
 

Added: ofbiz/trunk/framework/entity/lib/jdbc/derby-10.4.2.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/lib/jdbc/derby-10.4.2.0.jar?rev=768608&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/entity/lib/jdbc/derby-10.4.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.4.2.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.4.2.0.jar?rev=768608&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.4.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ofbiz/trunk/ij.ofbiz
URL: http://svn.apache.org/viewvc/ofbiz/trunk/ij.ofbiz?rev=768608&r1=768607&r2=768608&view=diff
==============================================================================
--- ofbiz/trunk/ij.ofbiz (original)
+++ ofbiz/trunk/ij.ofbiz Sat Apr 25 21:43:34 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'