diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-04-21 12:17:16 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-04-21 12:17:16 +0000 |
commit | 4499a210e4eb98649e3065a12ee8bb1226d79de0 (patch) | |
tree | 53366f28ba040a8c0df2bc1af158f9f013fa8a86 /build | |
parent | 159dcf5e9407d37d49647cf88afa1a1e0969a2bc (diff) | |
download | vaadin-framework-4499a210e4eb98649e3065a12ee8bb1226d79de0.tar.gz vaadin-framework-4499a210e4eb98649e3065a12ee8bb1226d79de0.zip |
#6801 Added GWT 2.3 dependency information
svn changeset:18428/svn branch:6.6
Diffstat (limited to 'build')
-rw-r--r-- | build/GWT-VERSION.properties | 1 | ||||
-rw-r--r-- | build/build.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/build/GWT-VERSION.properties b/build/GWT-VERSION.properties index 36c325e8d5..dce7823050 100644 --- a/build/GWT-VERSION.properties +++ b/build/GWT-VERSION.properties @@ -1 +1,2 @@ gwt-version=2.3.0-m1 +gwt-version-dependencies=validation-api-1.0.0.GA.jar, validation-api-1.0.0.GA-sources.jar diff --git a/build/build.xml b/build/build.xml index 0477e950bd..fc12ec9fe0 100644 --- a/build/build.xml +++ b/build/build.xml @@ -139,6 +139,7 @@ <!-- required when compiling WebContent/VAADIN/widgetsets (and also Java server-side classes) --> <property name="lib-gwt-dev" location="${gwt-dir}/gwt-dev-noservlet.jar" /> <property name="lib-gwt-user" location="${gwt-dir}/gwt-user-noservlet.jar" /> + <!-- FIXME: Should use ${gwt-version-dependencies} --> <property name="lib-gwt-validation" location="${gwt-dir}/validation-api-1.0.0.GA.jar" /> <property name="lib-gwt-validation-src" location="${gwt-dir}/validation-api-1.0.0.GA-sources.jar" /> @@ -790,6 +791,7 @@ <attribute name="Implementation-URL" value="http://vaadin.com" /> <attribute name="Implementation-Version" value="${version.full}" /> <attribute name="GWT-Version" value="${gwt-version}" /> + <attribute name="GWT-Version-Dependencies" value="${gwt-version-dependencies}" /> <attribute name="Bundle-Version" value="${version.full}" /> </manifest> <fileset dir="${result-path}/classes"> |