summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-12 09:22:17 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-12 09:22:17 +0300
commit9a5f17f9b23f690e9e6263cbe71230716fc737dc (patch)
tree18e4f89d65473a670346ef1c57f46513a4057c7b /build
parent873f7b62041d9259dd24ffde1e38066e8a78857e (diff)
downloadvaadin-framework-9a5f17f9b23f690e9e6263cbe71230716fc737dc.tar.gz
vaadin-framework-9a5f17f9b23f690e9e6263cbe71230716fc737dc.zip
Include jexl on classpath
Diffstat (limited to 'build')
-rwxr-xr-xbuild/ide.xml2
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" />