浏览代码

Do not use special -noservlet versions of GWT JARs.

As Vaadin 7 uses Servlet API 2.4, special -noservlet versions of GWT
JARs are not needed anymore.
tags/7.0.0.alpha1
Henri Sara 12 年前
父节点
当前提交
59974ede70
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2
    4
      build/build.properties

+ 2
- 4
build/build.properties 查看文件

@@ -10,10 +10,8 @@ snapshot.repository.url=http://oss.sonatype.org/content/repositories/vaadin-snap

# These are required when compiling WebContent/VAADIN/widgetsets (and also
# Java server-side classes).
# Using special -noservlet packages to be able to use a different version of
# the servlet specification than what the GWT JARs include.
lib-gwt-dev=${gwt-dir}/gwt-dev-noservlet.jar
lib-gwt-user=${gwt-dir}/gwt-user-noservlet.jar
lib-gwt-dev=${gwt-dir}/gwt-dev.jar
lib-gwt-user=${gwt-dir}/gwt-user.jar
# FIXME: Should use ${gwt-version-dependencies}
lib-gwt-validation=${gwt-dir}/validation-api-1.0.0.GA.jar
lib-gwt-validation-src=${gwt-dir}/validation-api-1.0.0.GA-sources.jar

正在加载...
取消
保存