summaryrefslogtreecommitdiffstats
path: root/server/bnd.bnd
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2017-04-25 13:05:21 +0300
committerHenri Sara <henri.sara@gmail.com>2017-04-25 15:01:06 +0300
commitdf060e265ab097dffdfe49a4f011d306938a9021 (patch)
treeb53d6ec8bfdba09a1e2e7450c1ccfc840199a771 /server/bnd.bnd
parent2c7c72b098ac494b11aec92faa0784ea7c063edb (diff)
downloadvaadin-framework-df060e265ab097dffdfe49a4f011d306938a9021.tar.gz
vaadin-framework-df060e265ab097dffdfe49a4f011d306938a9021.zip
Add missing fields to OSGi manifests
Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility.
Diffstat (limited to 'server/bnd.bnd')
-rw-r--r--server/bnd.bnd2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/bnd.bnd b/server/bnd.bnd
index be2d43aad2..06cc058aaa 100644
--- a/server/bnd.bnd
+++ b/server/bnd.bnd
@@ -1,6 +1,8 @@
Bundle-SymbolicName: ${project.groupId}.server
Bundle-Name: Vaadin Server
Bundle-Version: ${osgi.bundle.version}
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
Import-Package: com.vaadin.sass.*;resolution:=optional,\
com.liferay.portal.kernel.util;resolution:=optional,\
javax.portlet*;resolution:=optional,\