From 16a460fa016e28b32f49b17fa763bda15249d501 Mon Sep 17 00:00:00 2001 From: Mirjan Merruko Date: Fri, 24 Mar 2017 13:45:21 +0200 Subject: Add liferay integration originally developed by Sampsa Sohlman #8834 --- liferay-integration/bnd.bnd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 liferay-integration/bnd.bnd (limited to 'liferay-integration/bnd.bnd') 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 -- cgit v1.2.3