- Add gradle build script - Remove spring-build/ - Remove build-spring-webflow/ - Remove ivy.xml, pom.xml, template.mf - Remove eclipse metadata - Remove RichFacesAjaxHandler.java - Create src/dist and add changelog.txt, readme.txt Dependency changes: - EBR dependency -> Maven-central dependencies - el-api 1.0 -> 2.2.0 - ognl 2.6.9 -> 2.6.11 - org.jboss.el -> tomcat-jasper-el 7.0.27
24 lines
213 B
Plaintext
24 lines
213 B
Plaintext
*.java.hsp
|
|
*.sonarj
|
|
*.sw*
|
|
.DS_Store
|
|
bin
|
|
build.sh
|
|
integration-repo
|
|
ivy-cache
|
|
.gradle
|
|
build
|
|
|
|
# Eclipse metadata
|
|
#.classpath
|
|
#.project
|
|
#.settings
|
|
#.springBeans
|
|
|
|
# IDEA metadata and output dirs
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
out
|
|
|