Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 80417 invoked from network); 4 Nov 2005 20:21:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 20:21:15 -0000 Received: (qmail 84884 invoked by uid 500); 4 Nov 2005 20:21:15 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 84849 invoked by uid 500); 4 Nov 2005 20:21:15 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 84836 invoked by uid 99); 4 Nov 2005 20:21:15 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Nov 2005 12:21:13 -0800 Received: (qmail 80327 invoked by uid 65534); 4 Nov 2005 20:20:53 -0000 Message-ID: <20051104202053.80326.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r330882 - in /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM: INSTALL dist-src.sh Date: Fri, 04 Nov 2005 20:20:53 -0000 To: harmony-commits@incubator.apache.org From: dlydick@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dlydick Date: Fri Nov 4 12:20:42 2005 New Revision: 330882 URL: http://svn.apache.org/viewcvs?rev=330882&view=rev Log: Moved support utilities to 'support' subdirectory. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/INSTALL incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dist-src.sh Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/INSTALL URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/INSTALL?rev=330882&r1=330881&r2=330882&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/INSTALL (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/INSTALL Fri Nov 4 12:20:42 2005 @@ -114,10 +114,10 @@ names in their "@file" declaration. Please change these to your install area so that the documentation compiles without errors, but please do _not_ check in this adjustment to SVN. - The file names are: 'Makefile' and 'MakeSetup' and 'MakeRules' . - The author apologizes for any inconvenience that this may cause. - If you know of a better way around this constraint, please speak up. - (See also comments in 'roster.sh'.) + The file names are: 'Makefile' and 'support/MakeSetup' and + 'support/MakeRules' . The author apologizes for any inconvenience + that this may cause. If you know of a better way around this + constraint, please speak up. (See also comments in 'roster.sh'.) 9. Show the run time help menu by running either 'jvm/bin/bootjvm -help' or 'main/bin/bootjvm -help'. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dist-src.sh URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dist-src.sh?rev=330882&r1=330881&r2=330882&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dist-src.sh (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dist-src.sh Fri Nov 4 12:20:42 2005 @@ -17,7 +17,7 @@ # the documentation package. # # -# @see @link ./dist-common.sh ./dist-common.sh@endlink +# @see @link support/dist-common.sh support/dist-common.sh@endlink # # @attention Make @e sure that all Eclipse project files are in # the "open" state when creating a distribution. @@ -72,9 +72,9 @@ # # Script setup. # -. echotest.sh +. support/echotest.sh -. dist-common.sh +. support/dist-common.sh MSG80="This script must NOT be interrupted. Last chance to stop it..." $echon "$PGMNAME: $MSG80" $echoc