diff options
author | Henri Sara <hesara@vaadin.com> | 2017-04-25 13:05:21 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-04-25 15:01:06 +0300 |
commit | df060e265ab097dffdfe49a4f011d306938a9021 (patch) | |
tree | b53d6ec8bfdba09a1e2e7450c1ccfc840199a771 /compatibility-server | |
parent | 2c7c72b098ac494b11aec92faa0784ea7c063edb (diff) | |
download | vaadin-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 'compatibility-server')
-rw-r--r-- | compatibility-server/bnd.bnd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compatibility-server/bnd.bnd b/compatibility-server/bnd.bnd index 98aae5e56f..ef841e7d0d 100644 --- a/compatibility-server/bnd.bnd +++ b/compatibility-server/bnd.bnd @@ -1,5 +1,7 @@ -Bundle-SymbolicName: ${project.groupId}.compatibility.server +Bundle-SymbolicName: ${project.groupId}.compatibility-server Bundle-Name: Vaadin Compatibility Server +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}]",\ org.osgi*,\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\ |