[Git][java-team/closure-compiler][master] 3 commits: add missing ant.jar
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Wed Dec 20 04:08:35 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / closure-compiler
Commits:
9d7d2203 by Vladimir Petko at 2023-11-20T16:51:04+13:00
add missing ant.jar
- - - - -
45bd6337 by Vladimir Petko at 2023-11-20T16:52:46+13:00
changelog
- - - - -
2afbc52e by Tony Mancill at 2023-12-20T04:08:32+00:00
Merge branch 'master' into 'master'
Fix Java 21 FTBS
See merge request java-team/closure-compiler!2
- - - - -
2 changed files:
- debian/changelog
- debian/patches/build_xml.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+closure-compiler (20130227+rhino-2) UNRELEASED; urgency=medium
+
+ * d/p/build_xml.patch: add ant.jar to resolve javadoc errors
+ (Closes: #1053018).
+
+ -- Vladimir Petko <vladimir.petko at canonical.com> Mon, 20 Nov 2023 16:51:43 +1300
+
closure-compiler (20130227+rhino-1) unstable; urgency=medium
* QA upload.
=====================================
debian/patches/build_xml.patch
=====================================
@@ -82,7 +82,7 @@ Forwarded: not-needed
</fileset>
<fileset dir="${buildlib.dir}">
<include name="rhino.jar"/>
-@@ -234,7 +238,12 @@
+@@ -234,7 +238,13 @@
<path id="allclasspath.path">
<pathelement location="${classes.dir}" />
<fileset dir="${lib.dir}">
@@ -93,6 +93,7 @@ Forwarded: not-needed
+ <include name="json.jar"/>
+ <include name="jsr305.jar"/>
+ <include name="protobuf.jar"/>
++ <include name="ant.jar"/>
</fileset>
<fileset dir="${buildlib.dir}">
<include name="rhino.jar"/>
View it on GitLab: https://salsa.debian.org/java-team/closure-compiler/-/compare/cf3752994a05f1e5dd249c83aaec73784d18273c...2afbc52e89808b7ff5b37854d8079e9c8879b9a4
--
View it on GitLab: https://salsa.debian.org/java-team/closure-compiler/-/compare/cf3752994a05f1e5dd249c83aaec73784d18273c...2afbc52e89808b7ff5b37854d8079e9c8879b9a4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20231220/b55d6ce2/attachment.htm>
More information about the pkg-java-commits
mailing list