|
From: Juergen H. <ju...@in...> - 2005-07-08 07:35:48
|
Thanks for spotting this, Seth - fixed! Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Seth Ladd Sent: Friday, July 08, 2005 3:33 AM To: spr...@li... Subject: [Springframework-developer] fix for AbstractScriptFactory Hello, Here's a small patch to get AbstractScriptFactory compiling again. This was taken from the HEAD. Thanks, Seth Index: AbstractScriptFactory.java =================================================================== RCS file: /cvsroot/springframework/spring/sandbox/src/org/springframework/beans/factor y/script/AbstractScriptFactory.java,v retrieving revision 1.12 diff -u -r1.12 AbstractScriptFactory.java --- AbstractScriptFactory.java 23 Jun 2005 12:14:43 -0000 1.12 +++ AbstractScriptFactory.java 8 Jul 2005 01:31:01 -0000 @@ -19,6 +19,7 @@ import java.util.HashMap; import java.util.Map; +import net.sf.cglib.asm.Type; import net.sf.cglib.core.Signature; import net.sf.cglib.proxy.InterfaceMaker; @@ -36,7 +37,6 @@ import org.springframework.context.ApplicationContextAware; import org.springframework.core.io.ResourceLoader; -import org.objectweb.asm.Type; /** * This superclass has the following responsibilities: ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |