Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 40647 invoked from network); 4 May 2010 15:08:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 15:08:27 -0000 Received: (qmail 38764 invoked by uid 500); 4 May 2010 15:08:26 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 38699 invoked by uid 500); 4 May 2010 15:08:26 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 38688 invoked by uid 99); 4 May 2010 15:08:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 15:08:26 +0000 X-ASF-Spam-Status: No, hits=-1326.0 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 04 May 2010 15:08:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 277E523889D2; Tue, 4 May 2010 15:07:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r940891 - in /tomcat/trunk: ./ .classpath .project build.xml eclipse.classpath eclipse.project Date: Tue, 04 May 2010 15:07:34 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100504150734.277E523889D2@eris.apache.org> Author: markt Date: Tue May 4 15:07:33 2010 New Revision: 940891 URL: http://svn.apache.org/viewvc?rev=940891&view=rev Log: Rename Eclipse files so they become samples Align the svn ignores list and the excludes list for the src tarball. The sample Eclipse files will be included, the 'real' ones will be excluded. Add ALv2 headers to sample Eclipse files Added: tomcat/trunk/eclipse.classpath - copied, changed from r940463, tomcat/trunk/.classpath tomcat/trunk/eclipse.project - copied, changed from r940463, tomcat/trunk/.project Removed: tomcat/trunk/.classpath tomcat/trunk/.project Modified: tomcat/trunk/ (props changed) tomcat/trunk/build.xml Propchange: tomcat/trunk/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Tue May 4 15:07:33 2010 @@ -1,3 +1,5 @@ -output .settings +.classpath +.project +output build.properties Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=940891&r1=940890&r2=940891&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Tue May 4 15:07:33 2010 @@ -1344,6 +1344,8 @@ Apache Tomcat ${version} native binaries + + Copied: tomcat/trunk/eclipse.classpath (from r940463, tomcat/trunk/.classpath) URL: http://svn.apache.org/viewvc/tomcat/trunk/eclipse.classpath?p2=tomcat/trunk/eclipse.classpath&p1=tomcat/trunk/.classpath&r1=940463&r2=940891&rev=940891&view=diff ============================================================================== --- tomcat/trunk/.classpath (original) +++ tomcat/trunk/eclipse.classpath Tue May 4 15:07:33 2010 @@ -1,4 +1,20 @@ + Copied: tomcat/trunk/eclipse.project (from r940463, tomcat/trunk/.project) URL: http://svn.apache.org/viewvc/tomcat/trunk/eclipse.project?p2=tomcat/trunk/eclipse.project&p1=tomcat/trunk/.project&r1=940463&r2=940891&rev=940891&view=diff ============================================================================== --- tomcat/trunk/.project (original) +++ tomcat/trunk/eclipse.project Tue May 4 15:07:33 2010 @@ -1,4 +1,20 @@ + tomcat-7.0.x --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org