summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2006-09-23 04:48:38 +0000
committerJoshua Nichols <nichoj@gentoo.org>2006-09-23 04:48:38 +0000
commitf2be0049aea5e6f708f8d60a9906ac6afa5fe222 (patch)
tree92d05bc9a90844ca05dc0e03d26a6d19b1329759 /dev-java/asm/metadata.xml
parentInitial commit. Bug #92756 (diff)
downloadgentoo-2-f2be0049aea5e6f708f8d60a9906ac6afa5fe222.tar.gz
gentoo-2-f2be0049aea5e6f708f8d60a9906ac6afa5fe222.tar.bz2
gentoo-2-f2be0049aea5e6f708f8d60a9906ac6afa5fe222.zip
Version bump. Ebuild contributed by Miroslav Sulc <miroslav.sulc@startnet.cz>, bug #144859.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-java/asm/metadata.xml')
-rw-r--r--dev-java/asm/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/asm/metadata.xml b/dev-java/asm/metadata.xml
index bb0abb914a72..22a451862693 100644
--- a/dev-java/asm/metadata.xml
+++ b/dev-java/asm/metadata.xml
@@ -9,7 +9,7 @@ ASM is a Java bytecode manipulation framework. It can be used to
dynamically generate stub classes or other proxy classes, directly in
binary form, or to dynamically modify classes at load time, i.e., just
before they are loaded into the Java Virtual Machine.
-
+
ASM offers similar functionalities as BCEL or SERP, but is much more
smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
than these tools (the overhead of a load time class transformation is of