diff options
Diffstat (limited to 'osgi-integration/bnd.bnd')
-rw-r--r-- | osgi-integration/bnd.bnd | 2 |
1 files changed, 2 insertions, 0 deletions
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}]',\ * |