- Use recent Gradle 1.0-milestone-8 snapshot - Add initial cut of build.gradle able to compile/test all modules - Update .gitignore - Generate Gradle wrapper scripts - Remove all Eclipse metadata files - Temporarily @Ignore tests that do not pass under Gradle
26 lines
260 B
Plaintext
26 lines
260 B
Plaintext
*.java.hsp
|
|
*.sonarj
|
|
*.sw*
|
|
.DS_Store
|
|
.settings
|
|
.springBeans
|
|
bin
|
|
build.sh
|
|
integration-repo
|
|
ivy-cache
|
|
jxl.log
|
|
jmx.log
|
|
spring-jdbc/derby.log
|
|
spring-test/test-output/
|
|
.gradle
|
|
build
|
|
.classpath
|
|
.project
|
|
argfile*
|
|
|
|
# IDEA metadata and output dirs
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
out
|