Author: dlydick Date: Fri Oct 28 14:05:32 2005 New Revision: 329298 URL: http://svn.apache.org/viewcvs?rev=329298&view=rev Log: Extended doc "main page" comments on subdirectories to include 'org.apache.harmony' directory. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c?rev=329298&r1=329297&r2=329298&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c Fri Oct 28 14:05:32 2005 @@ -493,22 +493,51 @@ * *
jni/harmony/generic/0.0/lib/bootjni.so
- * for linking with JNI code, but needs the
- * build directives to be functional, as it
- * currently links statically with a main()
- * into a binary just like @c @b jvm .
+ * jni/src/harmony/generic/0.0/lib/bootjvm.so
+ * for linking with JNI code (currently only
+ * a staticly linked binary file
+ * bin/bootjvm), but needs
+ * the build directives to be functional, as
+ * it currently links statically with a
+ * main() into a binary just like @c @b jvm .
* This directory contains a tree for JNI
* implementations from any supplier that
* wants to support the Harmony project.
* Currently, there is one JNI implementation
* here, found in
- * @c @b jni/src/harmony/generic/0.0 .
+ * jni/src/harmony/generic/0.0 .
+ * The source Java classes are compiled
+ * into the directory
+ * jni/src/harmony/generic/0.0/lib/classes
+ * and corresponding Java archive in
+ * jni/src/harmony/generic/0.0/bin/bootjvm.jar
*
*
- * test/bin/boottest.jar,
+ * used for driving development work.
+ *
+ *
+ *