]> git.pld-linux.org Git - packages/beanshell.git/commitdiff
- avoid ambiguity error with jdk 1.5
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 May 2005 13:35:25 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beanshell-jdk1.5.patch -> 1.1

beanshell-jdk1.5.patch [new file with mode: 0644]

diff --git a/beanshell-jdk1.5.patch b/beanshell-jdk1.5.patch
new file mode 100644 (file)
index 0000000..3460241
--- /dev/null
@@ -0,0 +1,10 @@
+--- BeanShell/src/bsh/ClassGeneratorUtil.java.orig     2003-08-31 03:29:04.000000000 +0200
++++ BeanShell/src/bsh/ClassGeneratorUtil.java  2005-05-08 15:17:46.208723776 +0200
+@@ -37,6 +37,7 @@
+ import java.lang.reflect.*;
+ import java.util.ArrayList;
+ import java.util.List;
++import bsh.org.objectweb.asm.Type;
+ /**
+       ClassGeneratorUtil utilizes the ASM (www.objectweb.org) bytecode generator 
This page took 0.080544 seconds and 4 git commands to generate.