summaryrefslogtreecommitdiffstats
path: root/shared/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'shared/build.xml')
-rw-r--r--shared/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/build.xml b/shared/build.xml
index d458b57d71..71276a6b19 100644
--- a/shared/build.xml
+++ b/shared/build.xml
@@ -16,7 +16,10 @@
<target name="jar">
+ <property name="shared.osgi.import" value="org.json;version=&quot;20080701&quot;" />
<antcall target="common.jar">
+ <param name="require-bundle" value="com.vaadin.shared.deps;version=&quot;1.0.0&quot;"/>
+ <param name="import-package" value="${shared.osgi.import}" />
<reference refid="shared.gwt.includes" torefid="extra.jar.includes" />
</antcall>
</target>