aboutsummaryrefslogtreecommitdiffstats
path: root/server/bnd.bnd
Commit message (Collapse)AuthorAgeFilesLines
* Update Liferay kernel version (#11943)Tatu Lund2020-04-091-1/+1
| | | | | Liferay 7.3 series have kernel version 10.x, i.e. limit needs to be extended from 10 -> 11 Fixes: https://github.com/vaadin/framework/issues/11938
* Update for Liferay 7.2 compatibility (#11564)Chris Morris2019-05-131-1/+1
| | | Change so that liferay 7.2 can run Vaadin portlets
* Fix vaadin-server/bnd.bnd file so it is compatible with Liferay 7.0 and (#11360)Sampsa Sohlman2018-12-101-1/+1
| | | | | 7.1. (#11156) * This the range might be necessary to increase when Liferay 7.2 or newer has been released.
* Add missing fields to OSGi manifestsHenri Sara2017-04-251-0/+2
| | | | Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility.
* Fix dependency issues that cause the server bundle to be built incorrectlyMirjan Merruko2017-04-251-1/+2
|
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-251-0/+15
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.