Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 91354 invoked from network); 4 Nov 2005 20:44:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 20:44:53 -0000 Received: (qmail 16981 invoked by uid 500); 4 Nov 2005 20:44:53 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 16940 invoked by uid 500); 4 Nov 2005 20:44:52 -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 16928 invoked by uid 99); 4 Nov 2005 20:44:52 -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:44:52 -0800 Received: (qmail 91286 invoked by uid 65534); 4 Nov 2005 20:44:32 -0000 Message-ID: <20051104204432.91285.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r330889 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/RELEASE_LEVEL Date: Fri, 04 Nov 2005 20:44:32 -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:44:22 2005 New Revision: 330889 URL: http://svn.apache.org/viewcvs?rev=330889&view=rev Log: Added standard header and footer Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/RELEASE_LEVEL Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/RELEASE_LEVEL URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/RELEASE_LEVEL?rev=330889&r1=330888&r2=330889&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/RELEASE_LEVEL (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/RELEASE_LEVEL Fri Nov 4 12:44:22 2005 @@ -1 +1,87 @@ +#! +# @file ./RELEASE_LEVEL +# +# @brief Release level for this software package. +# +# The release level contains three numeric fields separated by +# a dot or period character. They include a major release number, +# a minor release number, and a patch level release number. Each +# field may contain up to four digits. Leading zeroes are disallowed. +# Thus the release level 12.34.5678 consists of: +# +#
    +#
  • Major release: 12 +# +#
  • +#
  • Minor release: 34 +# +#
  • +#
  • Patch level: 5678 +# +#
  • +#
+# +# This value is manually entered below as a stand-alone string +# that is used by @link ./config.sh config.sh@endlink to define +# the compile-time version of @b RELEASE_LEVEL in +# @link config/config.h config/config.h@endlink. That value may +# be overridden at configuration time, but this is not necessary +# unless a software release is being done. +# +# The only time this value should be changed is at release time. +# It is recommended to change it @e here, then run +# @link ./config.sh config.sh@endlink again to pick up the +# new value, then rebuild all the code and documentation. +# +# +# @section Control +# +# \$URL: https://svn.apache.org/repos/asf/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/RELEASE_LEVEL $ +# +# \$Id: RELEASE_LEVEL 329166 2005-10-28 09:09:39Z dlydick $ +# +# Copyright 2005 The Apache Software Foundation +# or its licensors, as applicable. +# +# Licensed under the Apache License, Version 2.0 ("the License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +# either express or implied. +# +# See the License for the specific language governing permissions +# and limitations under the License. +# +# +# @version \$LastChangedRevision: 329166 $ +# +# @date \$LastChangedDate: 2005-10-28 04:09:39 -0500 (Fri, 28 Oct 2005) $ +# +# @author \$LastChangedBy: dlydick $ +# +# +# @section Reference +# +# @see ./README +# +# @see ./config.sh +# +# There is @e exactly one line of text in this file that is not +# commented out. It contains the release level as described above. +# There may be no other such text at all in this file for it to +# function properly. +# +#/ 0.0.1 +#/ /* +# (Use #! and #/ with dox_filter.sh to fool Doxygen into +# parsing this non-source text file for the documentation set. +# Use the above open comment to force termination of parsing +# since it is not a Doxygen-style 'C' comment.) +# +# EOF