diff options
Diffstat (limited to 'libjava/classpath/tools/external/README')
-rw-r--r-- | libjava/classpath/tools/external/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libjava/classpath/tools/external/README b/libjava/classpath/tools/external/README deleted file mode 100644 index 5f0cd1ab2b4..00000000000 --- a/libjava/classpath/tools/external/README +++ /dev/null @@ -1,9 +0,0 @@ -ASM is a bytecode processing library used by GNU Classpath's rmic and -javah tools. It is not maintained as part of GNU Classpath, but is -imported into the repository for simpler builds. - -The ASM project pages are at http://asm.objectweb.org/ - -The currently imported version is ASM 2.2.3. The sources were checked -out of CVS using the ASM_2_2_3 tag. I've only imported a subset of -the whole checkout: namely, LICENSE.txt and the sources themselves. |