Add Gradle build

- 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
This commit is contained in:
Rossen Stoyanchev
2012-05-24 16:30:57 -04:00
parent b4847ef49b
commit 4e81930b72
162 changed files with 659 additions and 9157 deletions

View File

@@ -10,7 +10,7 @@ import javax.el.VariableMapper;
import junit.framework.TestCase;
import org.jboss.el.ExpressionFactoryImpl;
import org.apache.el.ExpressionFactoryImpl;
import org.springframework.binding.expression.EvaluationException;
import org.springframework.binding.expression.Expression;
import org.springframework.binding.expression.ExpressionVariable;