From 6ecb5d3a46c831ae8937c70717a40a0a832b65b2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:02:59 +0100 Subject: [PATCH] update to 2.1.0 [release 2.1.0-1mamba;Wed Jun 30 2021] --- README.md | 2 +- bsh-build.patch | 54 ----- java-bsh-1.3.0-bsh-desktop-script | 40 ---- java-bsh-1.3.0-bsh-script | 40 ---- java-bsh-1.3.0-faq.patch | 11 - java-bsh-1.3.0-manual.patch | 19 -- java-bsh-1.3.0.pom | 8 - java-bsh-bsf-1.3.0.pom | 8 - java-bsh-desktop.desktop | 9 - java-bsh.png | Bin 10856 -> 0 bytes java-bsh.spec | 337 +++++++----------------------- 11 files changed, 72 insertions(+), 456 deletions(-) delete mode 100644 bsh-build.patch delete mode 100644 java-bsh-1.3.0-bsh-desktop-script delete mode 100644 java-bsh-1.3.0-bsh-script delete mode 100644 java-bsh-1.3.0-faq.patch delete mode 100644 java-bsh-1.3.0-manual.patch delete mode 100644 java-bsh-1.3.0.pom delete mode 100644 java-bsh-bsf-1.3.0.pom delete mode 100644 java-bsh-desktop.desktop delete mode 100644 java-bsh.png diff --git a/README.md b/README.md index 2c74525..1e27e35 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for your applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Another way to describe it is to say that in many ways BeanShell is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call BeanShell from your Java applications to execute Java code dynamically at run-time or to provide scripting extensibility for your applications. -Alternatively, you can call your Java applications and objects from BeanShell; working with Java objects and APIs dynamically. Since BeanShell is written in Java and runs in the same space as your application, you can freely pass references to "real live" objects into scripts and return them as results. +Alternatively, you can call your Java applications and objects from BeanShell; working with Java objects and APIs dynamically. Since BeanShell is written in Java and runs in the same space as your application, you can freely pass references to "real live" objects into scripts and return them as results.bsh.org.objectweb.asm.ClassWriter cannot be applied to diff --git a/bsh-build.patch b/bsh-build.patch deleted file mode 100644 index 31a2332..0000000 --- a/bsh-build.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- BeanShell/build.xml.orig 2004-01-20 19:12:20.888557245 -0500 -+++ BeanShell/build.xml 2004-01-20 19:13:36.150184282 -0500 -@@ -103,50 +103,7 @@ - value="docs/manual/bshcommands-bshdoc.xml"/> - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ - - - - - -- -+ - - -- -+ - -