#20 Drop patch removing tools.jar from test classpath
Merged 3 months ago by mizdebsk. Opened 3 months ago by mizdebsk.
rpms/ mizdebsk/ant tools-on-test-classpath  into  rawhide

file modified
-9
@@ -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>

file modified
+4 -1
@@ -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 @@ 

  # -----------------------------------------------------------------------------

  

  %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