+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)

+ Finished support for @Import, including detection of circular imports
This commit is contained in:
Chris Beams
2009-03-21 19:00:57 +00:00
parent 9182cab52f
commit 3ae3de19a9
50 changed files with 1108 additions and 299 deletions

View File

@@ -6,8 +6,7 @@ Import-Template:
org.springframework.core.*;version="[2.5.6, 3.0.0]",
org.springframework.beans.*;version="[2.5.6, 3.0.0]",
org.springframework.context.*;version="[2.5.6, 3.0.0]",
org.objectweb.asm.*;version="[2.2.3, 3.0.0)",
org.objectweb.asm.commons;version="[2.2.3, 3.0.0)",
org.springframework.asm.*;version="[2.5.6, 3.0.0]",
org.springframework.aop.*;version="[2.5.6, 3.0.0]";resolution:=optional,
org.springframework.stereotype.*;version="[2.5.6, 3.0.0]";resolution:=optional,
org.springframework.util.*;version="[2.5.6, 3.0.0]";resolution:=optional,