diff options
author | John Ahlroos <john@vaadin.com> | 2012-08-29 16:09:43 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-08-29 16:09:43 +0300 |
commit | a2ac034dc7b4af1dc4efc582de504df2b90c70ff (patch) | |
tree | 80f9a083e7566e20fcd4adb33d12cfddc7df5b90 /build/build.xml | |
parent | e9f2b7de7b824ccaf57afc110dcf0e8029c3fb97 (diff) | |
download | vaadin-framework-a2ac034dc7b4af1dc4efc582de504df2b90c70ff.tar.gz vaadin-framework-a2ac034dc7b4af1dc4efc582de504df2b90c70ff.zip |
Use Vaadin version number as GWT version number
Diffstat (limited to 'build/build.xml')
-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 2646683f85..9d0ca0069c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -851,7 +851,7 @@ <echo file="${output-dir}/META-INF/VERSION">${version.full}</echo> <!-- Replace GWT versioning with Vaadin versioning --> - <echo file="${result-classes-gwt}/com/google/gwt/dev/About.properties">${version.full}</echo> + <echo file="${result-classes-gwt}/com/google/gwt/dev/About.properties">gwt.version=${version.full}</echo> <jarjar jarfile="${output-dir}/WebContent/WEB-INF/lib/${lib-jar-name}" compress="true" manifest="build/package/META-INF/MANIFEST.MF" duplicate="preserve" index="true" > |