svn commit: r1293808 - in /ofbiz/trunk: ./ framework/base/lib/ framework/testtools/

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

svn commit: r1293808 - in /ofbiz/trunk: ./ framework/base/lib/ framework/testtools/

jleroux@apache.org
Author: jleroux
Date: Sun Feb 26 11:23:13 2012
New Revision: 1293808

URL: http://svn.apache.org/viewvc?rev=1293808&view=rev
Log:
Updates log4j from log4j-1.2.15.jar to log4j-1.2.16.jar.
BTW this remind me Jacopo's question (on user ML) about Selenium in OFBiz usage...

Added:
    ofbiz/trunk/framework/base/lib/log4j-1.2.16.jar   (with props)
Removed:
    ofbiz/trunk/framework/base/lib/log4j-1.2.15.jar
Modified:
    ofbiz/trunk/.classpath
    ofbiz/trunk/build.xml
    ofbiz/trunk/common.xml
    ofbiz/trunk/framework/testtools/convertSeleniumIDE.bat
    ofbiz/trunk/framework/testtools/convertSeleniumIDE.sh
    ofbiz/trunk/framework/testtools/runSeleniumXml.bat
    ofbiz/trunk/framework/testtools/runSeleniumXml.sh

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1293808&r1=1293807&r2=1293808&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sun Feb 26 11:23:13 2012
@@ -45,7 +45,7 @@
     <classpathentry kind="lib" path="framework/base/lib/juel-2.2.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/junit.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/junitperf.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/log4j-1.2.15.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/log4j-1.2.16.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/mail.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/mx4j-3.0.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/mx4j-remote-3.0.1.jar"/>

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1293808&r1=1293807&r2=1293808&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun Feb 26 11:23:13 2012
@@ -949,7 +949,7 @@ under the License.
             <classpath>
                 <fileset dir="framework/base/lib">
                     <include name="cobertura-1.9.4.1.jar" />
-                    <include name="log4j-1.2.15.jar" />
+                    <include name="log4j-1.2.16.jar" />
                     <include name="scripting/asm*.jar" />
                 </fileset>
             </classpath>
@@ -977,7 +977,7 @@ under the License.
             <classpath>
                 <fileset dir="framework/base/lib">
                     <include name="cobertura-1.9.4.1.jar" />
-                    <include name="log4j-1.2.15.jar" />
+                    <include name="log4j-1.2.16.jar" />
                     <include name="scripting/asm*.jar" />
                 </fileset>
             </classpath>

Modified: ofbiz/trunk/common.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=1293808&r1=1293807&r2=1293808&view=diff
==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Sun Feb 26 11:23:13 2012
@@ -135,7 +135,7 @@ under the License.
             <classpath>
                 <fileset dir="${ofbiz.home.dir}/framework/base/lib">
                     <include name="cobertura-1.9.3.jar" />
-                    <include name="log4j-1.2.15.jar" />
+                    <include name="log4j-1.2.16.jar" />
                 </fileset>
                 <fileset dir="${ofbiz.home.dir}/framework/base/lib/scripting">
                     <include name="asm-3.2.jar" />

Added: ofbiz/trunk/framework/base/lib/log4j-1.2.16.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/log4j-1.2.16.jar?rev=1293808&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/base/lib/log4j-1.2.16.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ofbiz/trunk/framework/testtools/convertSeleniumIDE.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/convertSeleniumIDE.bat?rev=1293808&r1=1293807&r2=1293808&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/convertSeleniumIDE.bat (original)
+++ ofbiz/trunk/framework/testtools/convertSeleniumIDE.bat Sun Feb 26 11:23:13 2012
@@ -26,7 +26,7 @@ set CP=%CP%;%OFBIZ_HOME%/framework/base/
 set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/scripting/jython-nooro.jar
 set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/junit.jar
 set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/commons/commons-lang-2.3.jar
-set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/log4j-1.2.15.jar
+set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/log4j-1.2.16.jar
 
 rem echo %CP%
 

Modified: ofbiz/trunk/framework/testtools/convertSeleniumIDE.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/convertSeleniumIDE.sh?rev=1293808&r1=1293807&r2=1293808&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/convertSeleniumIDE.sh (original)
+++ ofbiz/trunk/framework/testtools/convertSeleniumIDE.sh Sun Feb 26 11:23:13 2012
@@ -26,7 +26,7 @@ export CP=$CP:$OFBIZ_HOME/framework/base
 export CP=$CP:$OFBIZ_HOME/framework/base/lib/scripting/jython-nooro.jar
 export CP=$CP:$OFBIZ_HOME/framework/base/lib/junit.jar
 export CP=$CP:$OFBIZ_HOME/framework/base/lib/commons/commons-lang-2.3.jar
-export CP=$CP:$OFBIZ_HOME/framework/base/lib/log4j-1.2.15.jar
+export CP=$CP:$OFBIZ_HOME/framework/base/lib/log4j-1.2.16.jar
 
 # echo $CP
 

Modified: ofbiz/trunk/framework/testtools/runSeleniumXml.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/runSeleniumXml.bat?rev=1293808&r1=1293807&r2=1293808&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/runSeleniumXml.bat (original)
+++ ofbiz/trunk/framework/testtools/runSeleniumXml.bat Sun Feb 26 11:23:13 2012
@@ -26,7 +26,7 @@ set CP=%CP%;%OFBIZ_HOME%/framework/base/
 set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/scripting/jython-nooro.jar
 set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/junit.jar
 set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/commons/commons-lang-2.3.jar
-set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/log4j-1.2.15.jar
+set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/log4j-1.2.16.jar
 set CP=%CP%;%OFBIZ_HOME%/framework/base/lib/javolution-5.2.3.jar
 set CP=%CP%;%OFBIZ_HOME%/framework/base/build/lib/ofbiz-base.jar
 

Modified: ofbiz/trunk/framework/testtools/runSeleniumXml.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/runSeleniumXml.sh?rev=1293808&r1=1293807&r2=1293808&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/runSeleniumXml.sh (original)
+++ ofbiz/trunk/framework/testtools/runSeleniumXml.sh Sun Feb 26 11:23:13 2012
@@ -26,7 +26,7 @@ export CP=$CP:$OFBIZ_HOME/framework/base
 export CP=$CP:$OFBIZ_HOME/framework/base/lib/scripting/jython-nooro.jar
 export CP=$CP:$OFBIZ_HOME/framework/base/lib/junit.jar
 export CP=$CP:$OFBIZ_HOME/framework/base/lib/commons/commons-lang-2.3.jar
-export CP=$CP:$OFBIZ_HOME/framework/base/lib/log4j-1.2.15.jar
+export CP=$CP:$OFBIZ_HOME/framework/base/lib/log4j-1.2.16.jar
 export CP=$CP:$OFBIZ_HOME/framework/base/lib/javolution-5.4.3.jar
 export CP=$CP:$OFBIZ_HOME/framework/base/build/lib/ofbiz-base.jar