b5c42356f0
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-collections?expand=0&rev=19
14 lines
678 B
Diff
14 lines
678 B
Diff
--- commons-collections-3.2.2-src/build.xml 2017-09-14 12:45:40.626106146 +0200
|
|
+++ commons-collections-3.2.2-src/build.xml 2017-09-14 13:04:45.932517074 +0200
|
|
@@ -460,6 +460,10 @@
|
|
doctitle="${tf.title} ${tf.version} API;"
|
|
windowtitle="${tf.title} ${tf.version} API"
|
|
bottom="Copyright © 2001-${year} Apache Software Foundation. All Rights Reserved.">
|
|
+ <classpath>
|
|
+ <pathelement location="${build.classes}"/>
|
|
+ <pathelement location="${junit.jar}"/>
|
|
+ </classpath>
|
|
<fileset dir="${source.test}">
|
|
<include name="**/AbstractTest*.java"/>
|
|
<include name="**/BulkTest*.java"/>
|