[kaffe] CVS kaffe (robilad): added docs for optional javap support
Kaffe CVS
cvs-commits at kaffe.org
Tue Jan 1 14:29:46 PST 2008
PatchSet 7647
Date: 2008/01/01 22:28:29
Author: robilad
Branch: HEAD
Tag: (none)
Log:
added docs for optional javap support
2008-01-01 Dalibor Topic <robilad at kaffe.org>
* FAQ/FAQ.requiredlibraries: Documented javap requirement.
Members:
ChangeLog:1.5146->1.5147
FAQ/FAQ.requiredlibraries:1.12->1.13
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5146 kaffe/ChangeLog:1.5147
--- kaffe/ChangeLog:1.5146 Tue Jan 1 22:21:11 2008
+++ kaffe/ChangeLog Tue Jan 1 22:28:29 2008
@@ -1,5 +1,9 @@
2008-01-01 Dalibor Topic <robilad at kaffe.org>
+ * FAQ/FAQ.requiredlibraries: Documented javap requirement.
+
+2008-01-01 Dalibor Topic <robilad at kaffe.org>
+
* THIRDPARTY: Removed licensing information for javap from GNU Classpath
tools and for gnu bytecode. Updated ac-archive licensing information to
include new Java development tool detection macros.
Index: kaffe/FAQ/FAQ.requiredlibraries
diff -u kaffe/FAQ/FAQ.requiredlibraries:1.12 kaffe/FAQ/FAQ.requiredlibraries:1.13
--- kaffe/FAQ/FAQ.requiredlibraries:1.12 Tue Jan 1 19:20:19 2008
+++ kaffe/FAQ/FAQ.requiredlibraries Tue Jan 1 22:28:31 2008
@@ -159,7 +159,7 @@
install the corresponding library. It is available from
http://www.hpl.hp.com/personal/Hans_Boehm/gc/
-Optional javadoc tool support
+Optional java developement tool support
-----------------------------
In order to provide a complete environment for development of
@@ -171,6 +171,11 @@
binary will be symlinked to it on installation.
Gjdoc is available from http://www.gnu.org/software/classpath/cp-tools/
+
+If the configure script detects a javap tool, the 'javap' binary will be
+symlinked to it on installation.
+
+javap is available from http://www.gnu.org/software/classpath/cp-tools/
Other tools
-----------
More information about the kaffe
mailing list