Author: jacopoc
Date: Thu Apr 9 17:29:12 2015
New Revision: 1672429
URL:
http://svn.apache.org/r1672429Log:
Applied fix from trunk for revision: 1672427
===
Updated ant target to use the new commons-codec jar.
Modified:
ofbiz/branches/release13.07/build.xml
Modified: ofbiz/branches/release13.07/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/build.xml?rev=1672429&r1=1672428&r2=1672429&view=diff==============================================================================
--- ofbiz/branches/release13.07/build.xml (original)
+++ ofbiz/branches/release13.07/build.xml Thu Apr 9 17:29:12 2015
@@ -1315,7 +1315,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>