[pkg-java] r13136 - trunk/bcel/debian
Niels Thykier
nthykier at alioth.debian.org
Fri Dec 3 14:04:16 UTC 2010
Author: nthykier
Date: 2010-12-03 14:04:10 +0000 (Fri, 03 Dec 2010)
New Revision: 13136
Modified:
trunk/bcel/debian/changelog
trunk/bcel/debian/control
Log:
Updated the description for the doc package.
Modified: trunk/bcel/debian/changelog
===================================================================
--- trunk/bcel/debian/changelog 2010-12-03 13:59:07 UTC (rev 13135)
+++ trunk/bcel/debian/changelog 2010-12-03 14:04:10 UTC (rev 13136)
@@ -14,6 +14,7 @@
* Bumped S-V to 3.9.1 - no changes required.
* Removed libxerces2-java and libregexp-java from (Build-)Depends
- They are not used (anymore?).
+ * Updated the description for the doc package.
-- Niels Thykier <niels at thykier.net> Fri, 03 Dec 2010 14:56:47 +0100
Modified: trunk/bcel/debian/control
===================================================================
--- trunk/bcel/debian/control 2010-12-03 13:59:07 UTC (rev 13135)
+++ trunk/bcel/debian/control 2010-12-03 14:04:10 UTC (rev 13136)
@@ -35,5 +35,17 @@
Recommends: ${java:Recommends}
Suggests: libbcel-java
Description: Documentation for Byte Code Engineering Library (BCEL)
- Documentation for the BCEL Java library which is used to manipulate Java
- bytecode.
+ 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.
More information about the pkg-java-commits
mailing list