external/beanshell/UnpackedTarball_beanshell.mk |    1 +
 external/beanshell/applet.patch.0               |   11 +++++++++++
 2 files changed, 12 insertions(+)

New commits:
commit 743344055e28e72ed4dd1a75c0f68d5647d8a4a9
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed Feb 4 09:50:15 2026 +0100
Commit:     Michael Stahl <[email protected]>
CommitDate: Fri Feb 13 11:37:32 2026 +0100

    external/beanshell: Adapt to java.applet gone from Java 26
    
    ...with a minimally invasive attempt of no longer building any affected
    functionality (and which was hopefully completely optional and not used by 
us)
    
    Change-Id: I32aef78f7257ffb558704a60e69878baee777537
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198678
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>
    (cherry picked from commit 537057a44daa4a6e48bba21bf8655331041a09ac)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199316
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/external/beanshell/UnpackedTarball_beanshell.mk 
b/external/beanshell/UnpackedTarball_beanshell.mk
index 5248a7da0486..ba472ebda6f1 100644
--- a/external/beanshell/UnpackedTarball_beanshell.mk
+++ b/external/beanshell/UnpackedTarball_beanshell.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,beanshell,\
        external/beanshell/bsh-2.0b1-src.patch \
        external/beanshell/beanshell-invoke.patch \
        external/beanshell/java9.patch.0 \
+       external/beanshell/applet.patch.0 \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/beanshell/applet.patch.0 
b/external/beanshell/applet.patch.0
new file mode 100644
index 000000000000..af5d24655517
--- /dev/null
+++ b/external/beanshell/applet.patch.0
@@ -0,0 +1,11 @@
+--- build.xml
++++ build.xml
+@@ -101,7 +101,7 @@
+       <!--  Add up all of the excludes -->
+       <!-- how do I add strings to break this long line? -->
+       <property name="excludes" 
+-              
value="${exclude-1.2},${exclude-1.1},${exclude-bsf},${exclude-engine},${exclude-servlet},${excludes-legacy},${exclude-classgen},${excludes-arbitrary}"/>
++              
value="${exclude-1.2},${exclude-1.1},${exclude-bsf},${exclude-engine},${exclude-servlet},${excludes-legacy},${exclude-classgen},${excludes-arbitrary},bsh/util/AWTDemoApplet.java,bsh/util/AWTRemoteApplet.java,bsh/util/JDemoApplet.java,bsh/util/JRemoteApplet.java"/>
+ 
+       <!-- JARs -->
+       <property name="javadoc-zip" 
value="${dist-dir}/bsh-${version}-javadoc.zip"/>

Reply via email to