From dfa0d30a69478f5d16d8599732cda163cecb23c0 Mon Sep 17 00:00:00 2001 From: Miki Date: Fri, 27 Feb 2015 13:37:35 +0200 Subject: [PATCH] Add missing osgi import to guava (#16739) Change-Id: I889b918600db98b70a7c02e86fbbeca31f083f80 --- server/build.xml | 2 +- shared/build.xml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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 @@ + -- 2.39.5