diff options
author | Mirjan Merruko <mirjan@vaadin.com> | 2017-03-24 13:45:21 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-04-25 15:01:06 +0300 |
commit | 16a460fa016e28b32f49b17fa763bda15249d501 (patch) | |
tree | b9ed560728f07d8a293cc92a96c88aee94931f5a /liferay-integration/bnd.bnd | |
parent | e1b923f90623d7dcdbe355225a4049323dabacf7 (diff) | |
download | vaadin-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.bnd | 6 |
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 |