Files
spring-webflow/.gitignore
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

36 lines
559 B
Plaintext

*.java.hsp
*.sonarj
*.sw*
.DS_Store
bin
build.sh
integration-repo
ivy-cache
.gradle
build
target
# Eclipse metadata
.classpath
.project
.settings
.springBeans
# IDEA metadata and output dirs
*.iml
*.ipr
*.iws
out
gradle-app.setting
spring-binding/src/main/java/META-INF/
spring-faces/src/main/java/META-INF/
spring-js-resources/src/main/java/META-INF/
spring-js/src/main/java/META-INF/
spring-webflow/src/main/java/META-INF/
spring-build/lib/docbook
spring-webflow-samples/*/.project
spring-webflow-samples/*/.classpath
spring-webflow-samples/*/.settings