Author: jacopoc
Date: Thu Apr 9 17:18:36 2015
New Revision: 1672427
URL:
http://svn.apache.org/r1672427Log:
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>