aboutsummaryrefslogtreecommitdiffstats
path: root/osgi-integration/bnd.bnd
Commit message (Collapse)AuthorAgeFilesLines
* 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 scr component to help registering VaadinServlet configurationsMirjan Merruko2017-04-251-0/+7
This component will detect VaadinServlet configurations, add the static resource configuration property and then register a servlet using the HttpWhiteboard specification. This works with pax-jetty but not pax-http-tomcat. Partly covers #7173