summaryrefslogtreecommitdiffstats
path: root/build/build.properties
blob: 0260cc54a9dd20da8024689e7aa74deaefe5519e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
result-path=build/result
checkout-path=build/checkout
product-file=vaadin
product-name=Vaadin
vaadin-package=com/vaadin
gwt-dir=lib/core/gwt
required.java.version=1.6

# repository into which Maven snapshots should be published 
snapshot.repository.url=http://oss.sonatype.org/content/repositories/vaadin-snapshots

# These are required when compiling WebContent/VAADIN/widgetsets (and also
# Java server-side classes).
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