From: Miki Date: Fri, 27 Feb 2015 11:37:35 +0000 (+0200) Subject: Add missing osgi import to guava (#16739) X-Git-Tag: 7.5.0.alpha1~46 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3025e1038cf2b2dcdff4436df35fc6aaed98aa0f;p=vaadin-framework.git Add missing osgi import to guava (#16739) Change-Id: I889b918600db98b70a7c02e86fbbeca31f083f80 --- diff --git a/server/build.xml b/server/build.xml index c658ab0336..79bc6debe2 100644 --- a/server/build.xml +++ b/server/build.xml @@ -28,7 +28,7 @@ + value="com.google.gwt.thirdparty.guava;bundle-version="16.0.1.vaadin1",com.vaadin.shared;bundle-version="${vaadin.version}",com.vaadin.push;bundle-version="${vaadin.version}";resolution:=optional,com.vaadin.sass-compiler;bundle-version="${vaadin.sass.version}";resolution:=optional" /> diff --git a/shared/build.xml b/shared/build.xml index a9cd0b9803..30f4ac65ce 100644 --- a/shared/build.xml +++ b/shared/build.xml @@ -3,8 +3,7 @@ - Compiles build helpers used when building other - modules. + The shared module containing classes used by both server and client. @@ -23,7 +22,9 @@ + value="com.google.gwt.thirdparty.streamhtmlparser;version="0.0.10.vaadin1", com.google.gwt.thirdparty.streamhtmlparser.impl;version="0.0.10.vaadin1", com.google.gwt.thirdparty.streamhtmlparser.util;version="0.0.10.vaadin1", org.w3c.flute.parser;version="1.3.0.gg2", org.w3c.flute.parser.selectors;version="1.3.0.gg2", org.w3c.flute.util;version="1.3.0.gg2"" /> + @@ -38,6 +39,7 @@ +