Package: ant / 1.9.4-3

Metadata

Package Version Patches format
ant 1.9.4-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 do not build test jars.patch | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] do not build test jars


0005 add gjdoc task.patch | (download)

main/org/apache/tools/ant/taskdefs/Gjdoc.java | 2146 2146 + 0 - 0 !
src/main/org/apache/tools/ant/taskdefs/defaults.properties | 1 1 + 0 - 0 !
2 files changed, 2147 insertions(+)

 [patch] add gjdoc task


0006 fix ANT_HOME path.patch | (download)

src/script/ant | 22 3 + 19 - 0 !
1 file changed, 3 insertions(+), 19 deletions(-)

 [patch] fix $ant_home path


0007 use build.classpath.patch | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] use ${build.classpath}


0008 junit4 replace assumeFalse.patch | (download)

src/tests/junit/org/example/junit/JUnit4Skippable.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 replaces assume.assumefalse() introduced in junit 4.11 with assumetrue()
 to facilitate the backporting to the stable distribution where only JUnit 4.10
 is available.