You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.properties 799B

12345678910111213141516171819
  1. result-path=build/result
  2. checkout-path=build/checkout
  3. product-file=vaadin
  4. product-name=Vaadin
  5. vaadin-package=com/vaadin
  6. gwt-dir=lib/core/gwt
  7. # repository into which Maven snapshots should be published
  8. snapshot.repository.url=http://oss.sonatype.org/content/repositories/vaadin-snapshots
  9. # These are required when compiling WebContent/VAADIN/widgetsets (and also
  10. # Java server-side classes).
  11. # Using special -noservlet packages to be able to use a different version of
  12. # the servlet specification than what the GWT JARs include.
  13. lib-gwt-dev=${gwt-dir}/gwt-dev-noservlet.jar
  14. lib-gwt-user=${gwt-dir}/gwt-user-noservlet.jar
  15. # FIXME: Should use ${gwt-version-dependencies}
  16. lib-gwt-validation=${gwt-dir}/validation-api-1.0.0.GA.jar
  17. lib-gwt-validation-src=${gwt-dir}/validation-api-1.0.0.GA-sources.jar