summaryrefslogtreecommitdiffstats
path: root/shared/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-10-09 13:24:38 +0300
committerArtur Signell <artur@vaadin.com>2012-10-09 13:49:33 +0300
commite20772e625a0cb06dbe81d6241217d14ba92012c (patch)
tree01559f79bdc6ce47906cd0612d77f8b57f33f738 /shared/build.xml
parentdbf0c5f224a4cc33fcaace478b7f1118602d2e0f (diff)
downloadvaadin-framework-e20772e625a0cb06dbe81d6241217d14ba92012c.tar.gz
vaadin-framework-e20772e625a0cb06dbe81d6241217d14ba92012c.zip
Fixed typos and added missing import in OSGi requirements (#9793)
* Import-package: javax.servlet.http * Require-bundle should use bundle-version, not version Change-Id: I100235621de94ee344352c59e6685245c7e21697
Diffstat (limited to 'shared/build.xml')
-rw-r--r--shared/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/build.xml b/shared/build.xml
index 71276a6b19..ecc00c9782 100644
--- a/shared/build.xml
+++ b/shared/build.xml
@@ -18,7 +18,7 @@
<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="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>