Files
spring-ws/settings.gradle
Arjen Poutsma 843ca6d2ef Migrated to Gradle build
This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
2013-11-25 10:57:26 +01:00

8 lines
160 B
Groovy

rootProject.name = 'spring-ws'
include 'spring-xml'
include 'spring-ws-core'
include 'spring-ws-support'
include 'spring-ws-security'
include 'spring-ws-test'