diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-12 09:22:17 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-12 09:22:17 +0300 |
commit | 9a5f17f9b23f690e9e6263cbe71230716fc737dc (patch) | |
tree | 18e4f89d65473a670346ef1c57f46513a4057c7b /build | |
parent | 873f7b62041d9259dd24ffde1e38066e8a78857e (diff) | |
download | vaadin-framework-9a5f17f9b23f690e9e6263cbe71230716fc737dc.tar.gz vaadin-framework-9a5f17f9b23f690e9e6263cbe71230716fc737dc.zip |
Include jexl on classpath
Diffstat (limited to 'build')
-rwxr-xr-x | build/ide.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/ide.xml b/build/ide.xml index f8a47b6510..707fcaa956 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -12,12 +12,14 @@ <ivy:cachepath pathid="ivy.deps" inline="true" organisation="javax.validation" module="validation-api" revision="1.0.0.GA" conf="default,sources" /> <ivy:cachepath pathid="ivy.deps2" inline="true" organisation="commons-cli" module="commons-cli" revision="1.2" conf="default" /> + <ivy:cachepath pathid="ivy.deps3" inline="true" organisation="org.apache.commons" module="commons-jexl" revision="2.1.1" conf="default" /> <path id="classpath"> <pathelement location="${gwt.user.jar}" /> <pathelement location="${gwt.dev.jar}" /> <path refid="ivy.deps" /> <path refid="ivy.deps2" /> + <path refid="ivy.deps3" /> <path location="bin" /> <path location="build/classes" /> <path location="server/src" /> |