Files
spring-webflow/settings.gradle
Rossen Stoyanchev cc4506d921 Replace Ant build with gradle
The master branch has been using Gradle for a while. The expectation
at the time was that minor maintenance releases can be done on 2.3.x
with the existing Ant build. However that is no longer possible to
perform a release and we need to perform a 2.3.3 release.

The change mirrors similar changes on the master branch:

4e81930b72
50a1cf1def

Issue: SWF-1615
2013-12-16 16:29:42 -05:00

9 lines
154 B
Groovy

rootProject.name = 'webflow'
include 'spring-binding'
include 'spring-faces'
include 'spring-js'
include 'spring-js-resources'
include 'spring-webflow'