Drop patch removing tools.jar from test classpath

This commit is contained in:
Mikolaj Izdebski 2024-02-13 09:43:33 +01:00
parent d1f800da54
commit 57df2ef008
2 changed files with 4 additions and 10 deletions

View File

@ -1,14 +1,5 @@
--- build.xml~ 2021-05-17 12:32:48.406394876 +0200
+++ build.xml 2021-05-17 12:32:39.990389601 +0200
@@ -145,8 +145,6 @@
-->
<pathelement location="${src.junit}"/>
<pathelement location="${tests.etc.dir}"/>
- <!-- Otherwise many tests fail with "com.sun.tools.javac.Main is not on the classpath.": -->
- <pathelement location="${java.home}/../lib/tools.jar"/>
</path>
<!--
@@ -819,7 +817,6 @@
</metainf>
<manifest>

View File

@ -40,7 +40,7 @@
Name: ant
Version: 1.10.14
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Java build tool
Summary(it): Tool per la compilazione di programmi java
Summary(fr): Outil de compilation pour java
@ -658,6 +658,9 @@ LC_ALL=C.UTF-8 %{ant} test
# -----------------------------------------------------------------------------
%changelog
* Tue Feb 13 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-7
- Drop patch removing tools.jar from test classpath
* Fri Feb 09 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-6
- Fix source tarball URL