]> source.dussan.org Git - vaadin-framework.git/commitdiff
#6801 Added GWT 2.3 dependency information
authorArtur Signell <artur.signell@itmill.com>
Thu, 21 Apr 2011 12:17:16 +0000 (12:17 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 21 Apr 2011 12:17:16 +0000 (12:17 +0000)
svn changeset:18428/svn branch:6.6

build/GWT-VERSION.properties
build/build.xml

index 36c325e8d5b5e0a1f7ef20cc01d01f013e6ebc62..dce78230507d3f0cbe480a35d438a5bde2c19663 100644 (file)
@@ -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
index 0477e950bde1de2db3572de38b231430ba7933d2..fc12ec9fe0dc17f5fb290f6d213c309a5e83bf53 100644 (file)
         <!-- 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" />
 
                 <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">