2011-12-15 08:56:31 +08:00
|
|
|
rootProject.name = 'spring'
|
|
|
|
|
2012-01-21 05:51:02 +08:00
|
|
|
include 'spring-aop'
|
|
|
|
include 'spring-aspects'
|
|
|
|
include 'spring-beans'
|
|
|
|
include 'spring-context'
|
|
|
|
include 'spring-context-support'
|
|
|
|
include 'spring-core'
|
|
|
|
include 'spring-expression'
|
|
|
|
include 'spring-instrument'
|
|
|
|
include 'spring-instrument-tomcat'
|
|
|
|
include 'spring-jdbc'
|
|
|
|
include 'spring-jms'
|
|
|
|
include 'spring-orm'
|
2012-11-27 02:57:29 +08:00
|
|
|
include 'spring-orm-hibernate4'
|
2012-01-21 05:51:02 +08:00
|
|
|
include 'spring-oxm'
|
|
|
|
include 'spring-struts'
|
|
|
|
include 'spring-test'
|
2012-09-29 06:15:01 +08:00
|
|
|
include 'spring-test-mvc'
|
2012-01-21 05:51:02 +08:00
|
|
|
include 'spring-tx'
|
|
|
|
include 'spring-web'
|
|
|
|
include 'spring-webmvc'
|
|
|
|
include 'spring-webmvc-portlet'
|
2012-11-21 00:57:41 +08:00
|
|
|
include 'spring-webmvc-tiles3'
|