From df060e265ab097dffdfe49a4f011d306938a9021 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 25 Apr 2017 13:05:21 +0300 Subject: Add missing fields to OSGi manifests Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility. --- osgi-integration/bnd.bnd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'osgi-integration/bnd.bnd') diff --git a/osgi-integration/bnd.bnd b/osgi-integration/bnd.bnd index 1244665199..502e24de25 100644 --- a/osgi-integration/bnd.bnd +++ b/osgi-integration/bnd.bnd @@ -1,6 +1,8 @@ Bundle-SymbolicName: ${project.groupId}.osgi.integration Bundle-Name: Vaadin OSGi 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}]',\ * -- cgit v1.2.3