Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 57131 invoked from network); 12 Aug 2010 11:43:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 11:43:33 -0000 Received: (qmail 2330 invoked by uid 500); 12 Aug 2010 11:43:32 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 2263 invoked by uid 500); 12 Aug 2010 11:43:31 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 2256 invoked by uid 99); 12 Aug 2010 11:43:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 11:43:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 11:43:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6240623889E2; Thu, 12 Aug 2010 11:42:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r984725 - /db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl Date: Thu, 12 Aug 2010 11:42:10 -0000 To: derby-commits@db.apache.org From: kristwaa@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100812114210.6240623889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kristwaa Date: Thu Aug 12 11:42:10 2010 New Revision: 984725 URL: http://svn.apache.org/viewvc?rev=984725&view=rev Log: Set property svn:eol-style to native. Modified: db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl (contents, props changed) Modified: db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl?rev=984725&r1=984724&r2=984725&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl (original) +++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl Thu Aug 12 11:42:10 2010 @@ -1,18 +1,18 @@ -package org.apache.derby.shared.common.sanity; - -/* - ** - * This class is intended for the use of the SanityManager in conjunction - * with making a build either Sane or Insane. An insane build is one which - * has the two booleans expressed here as "false"; a sane build should be - * have the booleans expressed as "true". - * - * @see com.ihost.cs.iapi.services.sanity.SanityManager - ** -*/ - -public class SanityState -{ - public static final boolean ASSERT=@SANE@ ; - public static final boolean DEBUG=@SANE@ ; -} +package org.apache.derby.shared.common.sanity; + +/* + ** + * This class is intended for the use of the SanityManager in conjunction + * with making a build either Sane or Insane. An insane build is one which + * has the two booleans expressed here as "false"; a sane build should be + * have the booleans expressed as "true". + * + * @see com.ihost.cs.iapi.services.sanity.SanityManager + ** +*/ + +public class SanityState +{ + public static final boolean ASSERT=@SANE@ ; + public static final boolean DEBUG=@SANE@ ; +} Propchange: db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl ------------------------------------------------------------------------------ svn:eol-style = native