12 lines
561 B
Diff
12 lines
561 B
Diff
|
--- commons-math3-3.6.1-src/build.xml 2016-03-17 13:14:52.000000000 +0100
|
||
|
+++ commons-math3-3.6.1-src/build.xml 2017-09-14 15:29:12.339511947 +0200
|
||
|
@@ -256,7 +256,7 @@
|
||
|
|
||
|
<!-- ========== Create Jar ================================================ -->
|
||
|
|
||
|
- <target name="jar" depends="test" description="Create jar file">
|
||
|
+ <target name="jar" depends="compile" description="Create jar file">
|
||
|
|
||
|
<copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
|
||
|
<copy file="NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
|