aboutsummaryrefslogtreecommitdiffstats
path: root/liferay-integration/bnd.bnd
diff options
context:
space:
mode:
authorMirjan Merruko <mirjan@vaadin.com>2017-03-24 13:45:21 +0200
committerHenri Sara <henri.sara@gmail.com>2017-04-25 15:01:06 +0300
commit16a460fa016e28b32f49b17fa763bda15249d501 (patch)
treeb9ed560728f07d8a293cc92a96c88aee94931f5a /liferay-integration/bnd.bnd
parente1b923f90623d7dcdbe355225a4049323dabacf7 (diff)
downloadvaadin-framework-16a460fa016e28b32f49b17fa763bda15249d501.tar.gz
vaadin-framework-16a460fa016e28b32f49b17fa763bda15249d501.zip
Add liferay integration originally developed by Sampsa Sohlman #8834
Diffstat (limited to 'liferay-integration/bnd.bnd')
-rw-r--r--liferay-integration/bnd.bnd6
1 files changed, 6 insertions, 0 deletions
diff --git a/liferay-integration/bnd.bnd b/liferay-integration/bnd.bnd
new file mode 100644
index 0000000000..53295f4db9
--- /dev/null
+++ b/liferay-integration/bnd.bnd
@@ -0,0 +1,6 @@
+Bundle-SymbolicName: ${project.groupId}.liferay.integration
+Bundle-Name: Vaadin Liferay Integration
+Bundle-Version: ${osgi.bundle.version}
+Import-Package: com.vaadin.*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\
+ *
+Export-Package: com.vaadin.osgi.liferay*;-noimport:=true