[Git][java-team/tomcat10][master] Add the missing dependency on libeclipse-jdt-core-compiler-batch-java (Closes: #1078372)

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Tue Aug 20 16:48:25 BST 2024



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tomcat10


Commits:
d6a95953 by Emmanuel Bourg at 2024-08-20T17:47:56+02:00
Add the missing dependency on libeclipse-jdt-core-compiler-batch-java (Closes: #1078372)

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/libtomcat10-embed-java.manifest
- debian/libtomcat10-java.manifest
- + debian/patches/0030-eclipse-jdt-classpath.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+tomcat10 (10.1.25-2) unstable; urgency=medium
+
+  * Add the missing dependency on libeclipse-jdt-core-compiler-batch-java
+    (Closes: #1078372)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 20 Aug 2024 17:47:28 +0200
+
 tomcat10 (10.1.25-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/control
=====================================
@@ -16,6 +16,7 @@ Build-Depends:
  libcglib-nodep-java,
  libeasymock-java (>= 3.0),
  libeclipse-jdt-core-java (>= 3.26.0),
+ libeclipse-jdt-core-compiler-batch-java,
  libhamcrest-java (>= 1.3),
  libjaxrpc-api-java,
  libobjenesis-java,
@@ -95,6 +96,7 @@ Package: libtomcat10-java
 Architecture: all
 Depends:
  libeclipse-jdt-core-java (>= 3.26.0),
+ libeclipse-jdt-core-compiler-batch-java,
  ${misc:Depends}
 Suggests:
  tomcat10 (>= ${source:Version})


=====================================
debian/libtomcat10-embed-java.manifest
=====================================
@@ -1,2 +1,2 @@
 usr/share/java/tomcat10-embed-jasper.jar:
- Class-Path: eclipse-jdt-core.jar
+ Class-Path: eclipse-jdt-core.jar eclipse-jdt-core-compiler-batch.jar


=====================================
debian/libtomcat10-java.manifest
=====================================
@@ -1,2 +1,2 @@
 usr/share/java/tomcat10-jasper.jar:
- Class-Path: eclipse-jdt-core.jar tomcat10-el-api.jar tomcat10-servlet-api.jar tomcat10-jsp-api.jar
+ Class-Path: eclipse-jdt-core.jar eclipse-jdt-core-compiler-batch.jar tomcat10-el-api.jar tomcat10-servlet-api.jar tomcat10-jsp-api.jar


=====================================
debian/patches/0030-eclipse-jdt-classpath.patch
=====================================
@@ -0,0 +1,13 @@
+Description: Updates the Eclipse Compiler classpath
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -228,6 +228,7 @@
+   <path id="compile.classpath">
+     <pathelement location="${bnd.jar}"/>
+     <pathelement location="${jdt.jar}"/>
++    <pathelement location="/usr/share/java/eclipse-jdt-core-compiler-batch.jar"/>
+     <pathelement location="${jaxrpc-lib.jar}"/>
+     <pathelement location="${wsdl4j-lib.jar}"/>
+     <pathelement location="${migration-lib.jar}"/>


=====================================
debian/patches/series
=====================================
@@ -12,3 +12,4 @@
 0021-dont-test-unsupported-ciphers.patch
 exclude-TestJNDIRealmIntegration.patch
 disable-jacoco.patch
+0030-eclipse-jdt-classpath.patch



View it on GitLab: https://salsa.debian.org/java-team/tomcat10/-/commit/d6a959534011e93180a45cbe5c31f3c874884e5b

-- 
View it on GitLab: https://salsa.debian.org/java-team/tomcat10/-/commit/d6a959534011e93180a45cbe5c31f3c874884e5b
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/20240820/b03115c8/attachment.htm>


More information about the pkg-java-commits mailing list