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:
  • Source code for a sample JNI shared * library - * 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:
  • Builds numerous Java test classes in - * @c @b test/bin for driving - * development work. + *
  • test:
  • Builds numerous Java test classes compiled + * into @c @b test/lib/classes and archived + * into the corresponding Java archive + * test/bin/boottest.jar, + * used for driving development work. + * + * + *
  • org:
  • Not built directly, but referenced by Java + * code for package @c @b org.apache.harmony + * referencing the class @link + org/apache/harmony/Copyright.java + Copyright@endlink in support of the + * @link getsvndata.sh getsvndata.sh@endlink + * administrative script, which makes SVN + * revision information available at + * run-time for tracking compilation + * integrity and run-time feature sets. + * This is equivalent to the functionality + * of the 'C' header file + * @link jvm/include/arch.h + jvm/include/arch.h@endlink as found + * in the macro @link + #ARCH_SOURCE_COPYRIGHT_APACHE() + ARCH_SOURCE_COPYRIGHT_APACHE()@endlink + * found in every 'C' source and header file. * * *