蒲式耳是一个简单的工具将特设的OSGi包到本地常春藤库。
资 源 简 介
UPDATE Bushel is now part of Ivy core
Checkout the documentation of Ivy and its OSGi capabilities here.
Overview
Bushel provides utility classes for Ant Ivy that allow a developer to use a directory of OSGi bundles as a dependency repository. It does this through a custom metadata parser that converts a MANIFEST.MF file into a valid ivy.xml. The aim is to assist IDE-free OSGi development and continuous integration best practice.
Current limitations are that Import-Package and Export-Package parameters in the manifest file are ignored, however Require-Bundle is honoured.
Example
The Bushel example bundle is based on the Eclipse PDE/New Plug-in Project/OSGi Simple LogService Example.
It includes all the Ant and Ivy scripts required to
文 件 列 表
example
.classpath
.project
.settings
build.properties
build.xml
ivy.xml
ivysettings.xml
java
lib
META-INF