diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-09 13:24:38 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-09 13:49:33 +0300 |
commit | e20772e625a0cb06dbe81d6241217d14ba92012c (patch) | |
tree | 01559f79bdc6ce47906cd0612d77f8b57f33f738 /shared/build.xml | |
parent | dbf0c5f224a4cc33fcaace478b7f1118602d2e0f (diff) | |
download | vaadin-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.xml | 2 |
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="20080701"" /> <antcall target="common.jar"> - <param name="require-bundle" value="com.vaadin.shared.deps;version="1.0.0""/> + <param name="require-bundle" value="com.vaadin.shared.deps;bundle-version="1.0.0""/> <param name="import-package" value="${shared.osgi.import}" /> <reference refid="shared.gwt.includes" torefid="extra.jar.includes" /> </antcall> |