|
From: Seth L. <set...@gm...> - 2005-07-08 01:58:12
|
Hello, Here's a small patch to get AbstractScriptFactory compiling again.=20 This was taken from the HEAD. Thanks, Seth Index: AbstractScriptFactory.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/springframework/spring/sandbox/src/org/springframework/b= eans/factory/script/AbstractScriptFactory.java,v retrieving revision 1.12 diff -u -r1.12 AbstractScriptFactory.java --- AbstractScriptFactory.java=0923 Jun 2005 12:14:43 -0000=091.12 +++ AbstractScriptFactory.java=098 Jul 2005 01:31:01 -0000 @@ -19,6 +19,7 @@ import java.util.HashMap; import java.util.Map; =20 +import net.sf.cglib.asm.Type; import net.sf.cglib.core.Signature; import net.sf.cglib.proxy.InterfaceMaker; =20 @@ -36,7 +37,6 @@ import org.springframework.context.ApplicationContextAware; import org.springframework.core.io.ResourceLoader; =20 -import org.objectweb.asm.Type; =20 /** * This superclass has the following responsibilities: |