File: osgi-run.md

package info (click to toggle)
bnd 5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 44,092 kB
  • sloc: java: 249,039; xml: 90,727; sh: 655; perl: 153; makefile: 95; python: 47; javascript: 9
file content (13 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: OSGi-Run Plugin
layout: default
summary: A Gradle Plugin to create and run an OSGi runtime. 
---

This Gradle Plugin creates an OSGi runtime based on the project's dependencies,
which may include the project itself as well as its subprojects, and can run it with
Apache Felix, Equinox or Knopflerfish.

See the [osgi-run][1] page on GitHub for details.

[1]: https://github.com/renatoathaydes/osgi-run