https://github.com/mnlipp/mnl-osgi-starter
A template for starting a new OSGi project
https://github.com/mnlipp/mnl-osgi-starter
osgi osgi-applications project-template
Last synced: 23 days ago
JSON representation
A template for starting a new OSGi project
- Host: GitHub
- URL: https://github.com/mnlipp/mnl-osgi-starter
- Owner: mnlipp
- License: agpl-3.0
- Created: 2022-01-18T11:58:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T08:23:12.000Z (over 3 years ago)
- Last Synced: 2025-02-16T22:41:25.640Z (4 months ago)
- Topics: osgi, osgi-applications, project-template
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Starter Workspace/Project for OSGi based development
====================================================Usage
-----Clone the project, remove `.git`. Change the top project's name in
`settings.gradle`. Adapt the pattern for including projects.Replace the `LICENSE.TXT` with yours. Replace this README.
Building
--------The project is organized as a `bnd`
[workspace build](https://github.com/bndtools/bnd/blob/master/gradle-plugins/README.md#gradle-plugins-for-bnd-workspace-builds).
The bundles can
be built with `gradle build`. For working with the project in Eclipse
run `gradle eclipse` before importing the project. Make sure that you
have installed [Bndtools](http://bndtools.org/).