summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-10-30 13:15:24 +0200
committerVaadin Code Review <review@vaadin.com>2012-10-30 12:59:00 +0000
commit9e50aa521be1cc131becff5661b9b04a3c148f3d (patch)
treec34bc09325e666374b3e76942e9753119ca4e150
parentfd03f8e5e1408adc60d850e5f070c6d21aad9920 (diff)
downloadvaadin-framework-9e50aa521be1cc131becff5661b9b04a3c148f3d.tar.gz
vaadin-framework-9e50aa521be1cc131becff5661b9b04a3c148f3d.zip
Import shared-deps packages instead of requiring the bundle (#10066)
Change-Id: I6111f7b403dd6c8bbce6eab64a35b10d9d3d7b05
-rw-r--r--shared/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/build.xml b/shared/build.xml
index ecc00c9782..0e52673ddd 100644
--- a/shared/build.xml
+++ b/shared/build.xml
@@ -16,9 +16,8 @@
<target name="jar">
- <property name="shared.osgi.import" value="org.json;version=&quot;20080701&quot;" />
+ <property name="shared.osgi.import" value="org.json;version=&quot;20080701&quot;, com.google.gwt.thirdparty.guava.common.annotations, com.google.gwt.thirdparty.guava.common.base, com.google.gwt.thirdparty.guava.common.base.internal, com.google.gwt.thirdparty.guava.common.cache, com.google.gwt.thirdparty.guava.common.collect, com.google.gwt.thirdparty.guava.common.eventbus, com.google.gwt.thirdparty.guava.common.io, com.google.gwt.thirdparty.guava.common.net, com.google.gwt.thirdparty.guava.common.primitives, com.google.gwt.thirdparty.guava.common.util.concurrent, com.google.gwt.thirdparty.streamhtmlparser, com.google.gwt.thirdparty.streamhtmlparser.impl, com.google.gwt.thirdparty.streamhtmlparser.util, org.w3c.flute.parser, org.w3c.flute.parser.selectors, org.w3c.flute.util" />
<antcall target="common.jar">
- <param name="require-bundle" value="com.vaadin.shared.deps;bundle-version=&quot;1.0.0&quot;"/>
<param name="import-package" value="${shared.osgi.import}" />
<reference refid="shared.gwt.includes" torefid="extra.jar.includes" />
</antcall>