mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
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>
11 lines
530 B
XML
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 ==================================== -->
|