diff options
author | Artur Signell <artur@vaadin.com> | 2013-02-13 16:39:04 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-02-25 11:36:37 +0200 |
commit | 5e6f1bf03e4eb23592f9c3ba29fd0dc68512088e (patch) | |
tree | 226939c349f095777aeb05cfd7f9e31cb9e5c18f /common.xml | |
parent | c30c566e8130a030411c9f6d4609f6d738873d6a (diff) | |
download | vaadin-framework-5e6f1bf03e4eb23592f9c3ba29fd0dc68512088e.tar.gz vaadin-framework-5e6f1bf03e4eb23592f9c3ba29fd0dc68512088e.zip |
Made build process easier for Eclipse users (#9998)
Change-Id: I486817a75c86292f9637523e9a6808107af49e75
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common.xml b/common.xml index 163ce8827d..57d96664f0 100644 --- a/common.xml +++ b/common.xml @@ -6,6 +6,7 @@ </tstamp> <dirname property="vaadin.basedir" file="${ant.file.common}" /> + <property name="gwt.basedir" location="${vaadin.basedir}/../gwt" /> <property file="${vaadin.basedir}/build.properties" /> <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes" /> |