ports/math/jakarta-commons-math3/files/patch-build.xml
Martin Wilke fba7922ca4 Commons Math is a library of lightweight, self-contained mathematics and
statistics components addressing the most common problems not available in the
Java programming language or Commons Lang.

WWW: http://jakarta.apache.org/commons/math/

PR:		ports/166398
Submitted by:	Muhammad Moinur Rahmanh <5u623l20@gmail.com>
2012-05-25 13:51:37 +00:00

11 lines
530 B
XML

--- build.xml.orig 2012-03-26 01:38:37.000000000 +0600
+++ build.xml 2012-03-26 01:38:56.000000000 +0600
@@ -36,7 +36,7 @@
<!-- Junit -->
<property name="junit.version" value="4.8.2"/>
<property name="junit.home" value="/usr/share/junit"/>
- <property name="junit.jar" value="${junit.home}/junit-${junit.version}.jar"/>
+ <property name="junit.jar" value="${junit.home}/junit.jar"/>
<!-- ========== Component Declarations ==================================== -->