Return-Path: Delivered-To: apmail-incubator-river-dev-archive@minotaur.apache.org Received: (qmail 32100 invoked from network); 29 Apr 2009 21:07:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Apr 2009 21:07:43 -0000 Received: (qmail 72995 invoked by uid 500); 29 Apr 2009 21:07:34 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 72898 invoked by uid 500); 29 Apr 2009 21:07:34 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 72830 invoked by uid 99); 29 Apr 2009 21:07:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 21:07:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.218.171 as permitted sender) Received: from [209.85.218.171] (HELO mail-bw0-f171.google.com) (209.85.218.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 21:07:27 +0000 Received: by bwz19 with SMTP id 19so1581465bwz.12 for ; Wed, 29 Apr 2009 14:07:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=bkxwPnkPEf1pdcxLiFixCfMyKyjWR+HxToBmawFXEDE=; b=Gx+6DvIYqNSzeQAkQedW+wd1Z5Ej03ygA1lmjYebfY5Imdm2jWnQwtNfsVxJ3Udk1w vB9aBN183LF2z7ROF5a5ol7NbXC6lAa5xt6dVvMXClrSn14o9rm36vJMFPzuLKtsLajc fb3OozF8U2TUBnxfKM0l3+ngAtZ8LDOxydzeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Xe+yKstYvJVilQmGj/+suSlm6E6BIdqgvRnni6/k2BrDw0ZSMADKyE7E+QKUg3Qerb pUWILs4uTMRVRFM6ZC50LehGzKFYabYfjfWgRSa9g8cu/WrMcguLPjD+W8odh8E6+jB/ FutH8R1lGWlT4Qsvd7VZdzciRTWWqOPkvC52k= MIME-Version: 1.0 Received: by 10.204.59.76 with SMTP id k12mr698157bkh.136.1241039226119; Wed, 29 Apr 2009 14:07:06 -0700 (PDT) In-Reply-To: <20090429195944.DA6FC238889E@eris.apache.org> References: <20090429195944.DA6FC238889E@eris.apache.org> From: Jukka Zitting Date: Wed, 29 Apr 2009 23:06:46 +0200 Message-ID: <510143ac0904291406p73c3d356n38ace2f11a8289e9@mail.gmail.com> Subject: Re: svn commit: r769903 - in /incubator/river/jtsk/trunk/test/com: ./ sun/ sun/jini/ sun/jini/outrigger/ sun/jini/outrigger/TxnTableTest.java To: river-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Wed, Apr 29, 2009 at 9:59 PM, wrote: > Log: > Placeholder for unit test for River-283. > Also trying to validate I have my SVNKit setup properly in eclipse. Seems to work fine, including the correct svn:eol-style setting. One comment though... > --- incubator/river/jtsk/trunk/test/com/sun/jini/outrigger/TxnTableTest.java (added) > +++ incubator/river/jtsk/trunk/test/com/sun/jini/outrigger/TxnTableTest.java Wed Apr 29 19:59:44 2009 > @@ -0,0 +1,16 @@ > +package com.sun.jini.outrigger; > +[...] All our source files should start with the following Apache license header: /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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. */ See http://www.apache.org/legal/src-headers.html for more background. BR, Jukka Zitting