--- misc/BeanShell/build.xml Fri Dec 19 17:14:27 2003 +++ misc/build/BeanShell/build.xml Fri Mar 28 15:55:04 2008 @@ -17,7 +17,7 @@ up the build dir! It has to be done manually the first time (or put in the jar file). There must be a way to fix this... --> - + @@ -71,6 +71,9 @@ value="bsh/util/BeanShellBSFEngine.java,TestBshBSF.java"/> --> + + + + +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +PRJ=..$/..$/..$/.. +PRJNAME=ooo_beanshell +TARGET=jarall + +.INCLUDE : ant.mk + +ALLTAR : ANTBUILD + --- misc/BeanShell/src/bsh/ClassGeneratorUtil.java Fri Dec 19 17:14:28 2003 +++ misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java Fri Mar 28 15:55:05 2008 @@ -34,7 +34,9 @@ package bsh; import bsh.org.objectweb.asm.*; -import java.lang.reflect.*; +import java.lang.reflect.Constructor; +import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List;