Chris Beams f54e81d301 Port spring-integration-jdbc db schema generation to Gradle
Before (Maven): http://pastie.org/1253428
After (Gradle): http://pastie.org/1253435

This new task:
- may be run independently with `gradle generateSql`
- is tied to the build lifecycle and will execute prior to 'compileJava'
- writes output to build/generated-resources
- is set up for incremental build -- will not run if the above dir exists
- may be selectively cleaned with `gradle cleanGenerateSql`
2010-10-27 16:27:29 -04:00
2010-10-27 15:54:05 -04:00
2010-10-27 15:54:05 -04:00
2010-10-26 18:51:08 -04:00
2010-10-26 18:51:08 -04:00
2010-09-24 15:59:26 -04:00
2010-10-26 18:51:08 -04:00

TODO: complete  

project distribution zip file can be built by executing

    src/main/scripts/build-distribution.sh


licensing, changelog and other project information can be found under

    src/main/resources

Description
No description provided
Readme 83 MiB
Languages
Java 99%
XSLT 0.9%