diff options
author | Artur Signell <artur@vaadin.com> | 2011-12-08 18:06:54 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2011-12-08 18:06:54 +0200 |
commit | 1a1cd72a5818be3298f0c2bf432912f9b89df121 (patch) | |
tree | b84c9cb7cc81a071a9a738856c3917a39ddee110 /build | |
parent | a044f2fb78e61808c60a8717dea6036e82f6093d (diff) | |
download | vaadin-framework-1a1cd72a5818be3298f0c2bf432912f9b89df121.tar.gz vaadin-framework-1a1cd72a5818be3298f0c2bf432912f9b89df121.zip |
Fixed typo in project.root
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 7c8044c82d..bd0443fa55 100644 --- a/build/build.xml +++ b/build/build.xml @@ -6,7 +6,7 @@ name="Vaadin" basedir="../" default="package-all"> - <property name="project.root" value=".."/> + <property name="project.root" value="."/> <!-- Import common targets --> <import file="./common.xml" /> |