svn commit: r1672427 - /ofbiz/trunk/build.xml

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

svn commit: r1672427 - /ofbiz/trunk/build.xml

jacopoc
Author: jacopoc
Date: Thu Apr  9 17:18:36 2015
New Revision: 1672427

URL: http://svn.apache.org/r1672427
Log:
Updated ant target to use the new commons-codec jar.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1672427&r1=1672426&r2=1672427&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Apr  9 17:18:36 2015
@@ -1536,7 +1536,7 @@ under the License.
             <arg value="-kek"/>
             <classpath>
                 <path location="framework/base/build/lib/ofbiz-base.jar"/>
-                <path location="framework/base/lib/commons/commons-codec-1.4.jar"/>
+                <path location="framework/base/lib/commons/commons-codec-1.10.jar"/>
             </classpath>
         </java>
     </target>