bcel 6.0~rc3-2ubuntu1 source package in Ubuntu

Changelog

bcel (6.0~rc3-2ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Switch to using maven-ant-helper for build, avoiding inclusion
      of Maven in Ubuntu main.

bcel (6.0~rc3-2) unstable; urgency=medium

  * Team upload.
  * Add junit4 to build-deps. (Closes: #797489)

 -- James Page <email address hidden>  Mon, 07 Mar 2016 14:53:54 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libs

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bcel_6.0~rc3.orig.tar.xz 636.7 KiB 08b527a689d0ee313bccc1438c79c7e67acce553abc2f9b0f848033a5da36a3c
bcel_6.0~rc3-2ubuntu1.debian.tar.xz 5.8 KiB 981d54994f0b052714f9eed8a47c1f593b419636749ba946fdbc0fedba37b26f
bcel_6.0~rc3-2ubuntu1.dsc 2.1 KiB cddd63b9b1901a1410b9aa3318d4436feacb21fab6054f90ebcae7738d543037

View changes file

Binary packages built by this source

libbcel-java: Analyze, create, and manipulate (binary) Java class files

 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files.

libbcel-java-doc: Documentation for Byte Code Engineering Library (BCEL)

 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files.
 .
 This package contains the API (javadoc) documentation.