diff options
Diffstat (limited to 'liferay-integration')
-rw-r--r-- | liferay-integration/bnd.bnd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/liferay-integration/bnd.bnd b/liferay-integration/bnd.bnd index 53295f4db9..304a507547 100644 --- a/liferay-integration/bnd.bnd +++ b/liferay-integration/bnd.bnd @@ -1,6 +1,8 @@ Bundle-SymbolicName: ${project.groupId}.liferay.integration Bundle-Name: Vaadin Liferay Integration Bundle-Version: ${osgi.bundle.version} +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0 Import-Package: com.vaadin.*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\ * Export-Package: com.vaadin.osgi.liferay*;-noimport:=true |