[kaffe] CVS kaffe (robilad): Added explanation to jdb placeholder script
Kaffe CVS
cvs-commits at kaffe.org
Wed Aug 10 07:44:25 PDT 2005
PatchSet 6804
Date: 2005/08/10 14:36:28
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Added explanation to jdb placeholder script
2005-08-10 Wolfgang Baer <WBaer at gmx.de>
* kaffe/scripts/jdb.in: Add some explanations to the output of the jdb
placeholder script.
Members:
ChangeLog:1.4329->1.4330
kaffe/scripts/jdb.in:1.6->1.7
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4329 kaffe/ChangeLog:1.4330
--- kaffe/ChangeLog:1.4329 Wed Aug 10 14:31:55 2005
+++ kaffe/ChangeLog Wed Aug 10 14:36:28 2005
@@ -1,3 +1,8 @@
+2005-08-10 Wolfgang Baer <WBaer at gmx.de>
+
+ * kaffe/scripts/jdb.in: Add some explanations to the output of the jdb
+ placeholder script.
+
2005-08-10 Kurt Miller <truk at optonline.net>
* kaffe/kaffeh/support.c:
Index: kaffe/kaffe/scripts/jdb.in
diff -u kaffe/kaffe/scripts/jdb.in:1.6 kaffe/kaffe/scripts/jdb.in:1.7
--- kaffe/kaffe/scripts/jdb.in:1.6 Sat Apr 23 18:20:22 2005
+++ kaffe/kaffe/scripts/jdb.in Wed Aug 10 14:36:36 2005
@@ -1,5 +1,9 @@
#!/bin/sh
-# Placeholder script.
+# Placeholder script to fake a
+# JDK compatible JAVA_HOME directory.
-echo "place holder for tomcat"
+echo "This script is only a placeholder.
+echo "Some programs need a JDK rather than only a JRE to work."
+echo "They test for this tool to detect a JDK installation, but"
+echo "don't really need its functionality to work correctly."
More information about the kaffe
mailing list