An open API service indexing awesome lists of open source software.

https://github.com/iamteppei/osgi-gradle

Just another OSGi plugin for Gradle.
https://github.com/iamteppei/osgi-gradle

Last synced: 18 days ago
JSON representation

Just another OSGi plugin for Gradle.

Awesome Lists containing this project

README

          

![](https://travis-ci.org/buondoi/osgi-gradle.svg?branch=master)
# Why
* Support OSGI instructions in Yaml format.
* OSGI instructions are defined in a separated file so it can be used by build tool (Gradle) or integration test framework in consistent way

# How to use
OSGI instructions are declared in **META-INF/manifest.yml** file.

Supported instructions
* exports: export package instruction
* requires: import package instruction
* embeddedLibs: bundle classpath instruction

Website [http://buondoi.github.io/osgi-gradle](http://buondoi.github.io/osgi-gradle)