bnd 2.4.1-2 source package in Ubuntu

Changelog

bnd (2.4.1-2) unstable; urgency=medium

  * Team upload.
  * Removed the recursion in macro warnings causing out of memory errors.

 -- Emmanuel Bourg <email address hidden>  Sat, 02 Jan 2016 12:12:44 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_2.4.1-2.dsc 2.2 KiB 6e46f1e32d04804e062b71c65e90dfc4ef081ae4f71efe1abe9c52941d2e18a9
bnd_2.4.1.orig.tar.xz 1.2 MiB fb8f02421cd1d44cb01bf063c1e1040e0677a040a2e5cd8fc47137327217b844
bnd_2.4.1-2.debian.tar.xz 13.8 KiB 9c6ff9c3a42b7c05aad5add8f5815027a8066c691e64af6bf7ebdf3072dde033

Available diffs

No changes file available.

Binary packages built by this source

bnd: tool to create and diagnose OSGi bundles

 The bnd tool helps you create and diagnose OSGi bundles.
 The key functions are:
 .
   * Show the manifest and JAR contents of a bundle
   * Wrap a JAR so that it becomes a bundle
   * Create a Bundle from a specification and a class path
   * Verify the validity of the manifest entries
 .
 The tool is capable of acting as:
 .
   * Command line tool
   * Eclipse Plugin
   * Maven Plugin
   * Ant Plugin