aboutsummaryrefslogtreecommitdiffstats
path: root/shared/bnd.bnd
Commit message (Collapse)AuthorAgeFilesLines
* chore: avoid repackaging of google elemental dep and use it directly (#12416)Denis2021-10-041-3/+2
| | | | | | | | | | | * chore: avoid repackaging of google elemental dep and use it directly The google elemental dependency is not OSGi compatible so it's repackaged into shared module to use it directly from there. But there is a custom Vaadin version of google elemental dep and it's OSGi compatible. Flow uses this version and to be able to use FW in MPR the versions should match. So the Vaadin google elemental dep is added instead of repackaging. * chore: import elemental package in the bnd file
* Fix bnd warningsAhmed Ashour2017-09-141-2/+1
|
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-151-1/+1
| | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc
* Fixes repackaging the whole elemental into shared. (#9207)Ilia Motornyi2017-05-021-1/+1
|
* Add missing fields to OSGi manifestsHenri Sara2017-04-251-0/+2
| | | | Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility.
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-251-0/+8
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.