bnd 2.4.1-6 source package in Ubuntu

Changelog

bnd (2.4.1-6) unstable; urgency=medium

  * Team upload
  * New transition_Gradle_3.1.patch
  * d/control:
    * Build-Depends on default-jdk-headless | default-jdk
    * Build-Depends on libfindbugs-ant-java instead of findbugs

 -- Kai-Chung Yan <email address hidden>  Mon, 14 Nov 2016 17:49:12 +0800

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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_2.4.1-6.dsc 2.2 KiB 98c5e401afd55278dd6344bf2db9f77dcf5d47122db9b7b12165e359d75d9a63
bnd_2.4.1.orig.tar.xz 1.2 MiB fb8f02421cd1d44cb01bf063c1e1040e0677a040a2e5cd8fc47137327217b844
bnd_2.4.1-6.debian.tar.xz 15.7 KiB 74f4787963f24e9bf97323c4491c2261cd586e937376488ee0e41961c09cc42b

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
   * Maven Plugin
   * Ant Plugin