summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2011-10-31 15:00:49 +0200
committerHenri Sara <hesara@vaadin.com>2011-10-31 15:00:49 +0200
commit77fcbc1bc721ef78c386af3ec74a6329acde5318 (patch)
treedd6f6463913454f4c54995911477d32c6101474a /build
parent2851e10e46020d23ea2f0d4bd48bb104985f7808 (diff)
downloadvaadin-framework-77fcbc1bc721ef78c386af3ec74a6329acde5318.tar.gz
vaadin-framework-77fcbc1bc721ef78c386af3ec74a6329acde5318.zip
Do not exclude GWT JARs from classpath as it should contain servlet API
2.4
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index b7a4c73382..897955ebb2 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -151,8 +151,6 @@
<!-- Exclude these as they contain Servlet API 2.4. -->
<!-- The gwt-*-noservlet.jar are then used instead. -->
<exclude name="**/servlet-api*.jar"/>
- <exclude name="**/gwt-dev.jar"/>
- <exclude name="**/gwt-user.jar"/>
</fileset>
<fileset dir="lib/tests">
<include name="**/*.jar"/>