2012-12-07 05:40:53 +08:00
|
|
|
rootProject.name = "spring"
|
2011-12-15 08:56:31 +08:00
|
|
|
|
2012-12-07 05:40:53 +08:00
|
|
|
include "spring-aop"
|
|
|
|
include "spring-aspects"
|
|
|
|
include "spring-beans"
|
2013-10-18 01:24:08 +08:00
|
|
|
include "spring-beans-groovy"
|
2012-12-07 05:40:53 +08:00
|
|
|
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"
|
2013-07-12 21:02:51 +08:00
|
|
|
include "spring-messaging"
|
2012-12-07 05:40:53 +08:00
|
|
|
include "spring-orm"
|
|
|
|
include "spring-orm-hibernate4"
|
|
|
|
include "spring-oxm"
|
|
|
|
include "spring-test"
|
|
|
|
include "spring-tx"
|
|
|
|
include "spring-web"
|
|
|
|
include "spring-webmvc"
|
|
|
|
include "spring-webmvc-portlet"
|
|
|
|
include "spring-webmvc-tiles3"
|
2013-03-10 21:54:11 +08:00
|
|
|
include "spring-websocket"
|
2013-11-28 07:32:04 +08:00
|
|
|
include "spring-framework-bom"
|
2013-01-01 09:15:34 +08:00
|
|
|
|
|
|
|
// Exposes gradle buildSrc for IDE support
|
|
|
|
include "buildSrc"
|
|
|
|
rootProject.children.find{ it.name == "buildSrc" }.name = "spring-build-src"
|