Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 69007 invoked from network); 2 Nov 2006 02:08:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 02:08:01 -0000 Received: (qmail 30295 invoked by uid 500); 2 Nov 2006 02:08:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 30115 invoked by uid 500); 2 Nov 2006 02:08:09 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 30103 invoked by uid 99); 2 Nov 2006 02:08:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 18:08:09 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jason.dillon@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 18:07:57 -0800 Received: by ug-out-1314.google.com with SMTP id m2so20932ugc for ; Wed, 01 Nov 2006 18:07:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=LuPH0ASc2aajPu4H3lJQiQssIInnB0IwPXW612AsSgBTKJzRPoEPd+k2oxmHo+5S8rCC8XytIroU88Wb5tUzHRcS1SUtghM/WyYz0soLTfB4r0drSUrbPxDeENHee2hwctaLkd3xramhUx93U65jdGbLA3z+xGg4xCL/+Wm7aKU= Received: by 10.78.201.8 with SMTP id y8mr749643huf; Wed, 01 Nov 2006 18:07:35 -0800 (PST) Received: from ?10.0.1.3? ( [24.7.69.241]) by mx.google.com with ESMTP id 27sm1549873hua.2006.11.01.18.07.35; Wed, 01 Nov 2006 18:07:35 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20061102012940.03A711A9846@eris.apache.org> References: <20061102012940.03A711A9846@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: svn commit: r470169 - in /geronimo/server/trunk: configs/online-deployer/ maven-plugins/car-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/car/ Date: Wed, 1 Nov 2006 18:07:36 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org On Nov 1, 2006, at 5:29 PM, sppatel@apache.org wrote: > + > + /** > + * @parameter > + * > + * Entry name used in replacement for ArtifactItem that is not > resolved > + */ > + private String entry; FYI, this is not a valid JavaDoc for a field. The description of the field must come before tags. --jason