You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
523 B
22 lines
523 B
rootProject.name = 'spring' |
|
|
|
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' |
|
include 'spring-oxm' |
|
include 'spring-struts' |
|
include 'spring-test' |
|
include 'spring-test-mvc' |
|
include 'spring-tx' |
|
include 'spring-web' |
|
include 'spring-webmvc' |
|
include 'spring-webmvc-portlet'
|
|
|