summaryrefslogtreecommitdiffstats
path: root/compatibility-shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-29 13:34:37 +0300
committerArtur Signell <artur@vaadin.com>2016-08-29 13:33:17 +0000
commitce3575500883820c16bbb53363a3d6dca5c4a6fb (patch)
tree730b213e09bc52f0e7419484b5a4adca4a6b73db /compatibility-shared
parent9fce56f6a4b81b69bbdf70a5434a51d6f85aebd8 (diff)
downloadvaadin-framework-ce3575500883820c16bbb53363a3d6dca5c4a6fb.tar.gz
vaadin-framework-ce3575500883820c16bbb53363a3d6dca5c4a6fb.zip
Fix OSGi support in compatibility packages
Change-Id: I0f04060c70d83724c08c37e93dd57a2d93b065a8
Diffstat (limited to 'compatibility-shared')
-rw-r--r--compatibility-shared/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml
index 9c9b88fdbc..aa5a27ab8c 100644
--- a/compatibility-shared/pom.xml
+++ b/compatibility-shared/pom.xml
@@ -48,7 +48,7 @@
<Bundle-Version>${osgi.bundle.version}</Bundle-Version>
<Export-Package>com.vaadin.*;version="${osgi.bundle.version}"</Export-Package>
<Require-Bundle>
- com.vaadin.shared;bundle-version="${osgi.bundle.version}",
+ com.vaadin.shared;bundle-version="${osgi.bundle.version}"
</Require-Bundle>
</instructions>
</configuration>