diff options
author | Henri Sara <hesara@vaadin.com> | 2011-10-31 15:00:49 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2011-10-31 15:00:49 +0200 |
commit | 77fcbc1bc721ef78c386af3ec74a6329acde5318 (patch) | |
tree | dd6f6463913454f4c54995911477d32c6101474a /build | |
parent | 2851e10e46020d23ea2f0d4bd48bb104985f7808 (diff) | |
download | vaadin-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.xml | 2 |
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"/> |