diff options
Diffstat (limited to 'compatibility-shared')
-rw-r--r-- | compatibility-shared/bnd.bnd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compatibility-shared/bnd.bnd b/compatibility-shared/bnd.bnd index 754a6a4ca0..c6c7af1b69 100644 --- a/compatibility-shared/bnd.bnd +++ b/compatibility-shared/bnd.bnd @@ -1,5 +1,7 @@ -Bundle-SymbolicName: ${project.groupId}.compatibility.shared +Bundle-SymbolicName: ${project.groupId}.compatibility-shared Bundle-Name: Vaadin Compatibility Shared +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* Export-Package: \ |