Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 81364 invoked from network); 8 May 2006 02:08:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 02:08:07 -0000 Received: (qmail 80361 invoked by uid 500); 8 May 2006 02:08:02 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 79989 invoked by uid 500); 8 May 2006 02:08:01 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 79977 invoked by uid 99); 8 May 2006 02:08:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 19:08:00 -0700 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; Sun, 07 May 2006 19:08:00 -0700 Received: (qmail 81147 invoked by uid 65534); 8 May 2006 02:07:38 -0000 Message-ID: <20060508020734.81095.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r404893 - in /struts/action/trunk: core/pom.xml el/pom.xml extras/pom.xml mailreader-dao/pom.xml scripting/pom.xml taglib/pom.xml tiles/pom.xml Date: Mon, 08 May 2006 02:06:54 -0000 To: commits@struts.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wsmoak Date: Sun May 7 19:06:52 2006 New Revision: 404893 URL: http://svn.apache.org/viewcvs?rev=404893&view=rev Log: Include LICENSE.txt and NOTICE.txt in all jar files. Modified: struts/action/trunk/core/pom.xml struts/action/trunk/el/pom.xml struts/action/trunk/extras/pom.xml struts/action/trunk/mailreader-dao/pom.xml struts/action/trunk/scripting/pom.xml struts/action/trunk/taglib/pom.xml struts/action/trunk/tiles/pom.xml Modified: struts/action/trunk/core/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=404893&r1=404892&r2=404893&view=diff ============================================================================== --- struts/action/trunk/core/pom.xml (original) +++ struts/action/trunk/core/pom.xml Sun May 7 19:06:52 2006 @@ -60,6 +60,12 @@ **/*.properties + + ${basedir} + + *.txt + + Modified: struts/action/trunk/el/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=404893&r1=404892&r2=404893&view=diff ============================================================================== --- struts/action/trunk/el/pom.xml (original) +++ struts/action/trunk/el/pom.xml Sun May 7 19:06:52 2006 @@ -42,6 +42,20 @@ scp://people.apache.org/www/struts.apache.org/struts-action/struts-el + + + + + src/main/resources + + + ${basedir} + + *.txt + + + + Modified: struts/action/trunk/extras/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=404893&r1=404892&r2=404893&view=diff ============================================================================== --- struts/action/trunk/extras/pom.xml (original) +++ struts/action/trunk/extras/pom.xml Sun May 7 19:06:52 2006 @@ -51,6 +51,12 @@ **/*.properties + + ${basedir} + + *.txt + + Modified: struts/action/trunk/mailreader-dao/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/mailreader-dao/pom.xml?rev=404893&r1=404892&r2=404893&view=diff ============================================================================== --- struts/action/trunk/mailreader-dao/pom.xml (original) +++ struts/action/trunk/mailreader-dao/pom.xml Sun May 7 19:06:52 2006 @@ -36,6 +36,17 @@ Struts Action - Mailreader DAO http://struts.apache.org + + + + ${basedir} + + *.txt + + + + + commons-digester Modified: struts/action/trunk/scripting/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/scripting/pom.xml?rev=404893&r1=404892&r2=404893&view=diff ============================================================================== --- struts/action/trunk/scripting/pom.xml (original) +++ struts/action/trunk/scripting/pom.xml Sun May 7 19:06:52 2006 @@ -43,6 +43,17 @@ + + + + ${basedir} + + *.txt + + + + + Modified: struts/action/trunk/taglib/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=404893&r1=404892&r2=404893&view=diff ============================================================================== --- struts/action/trunk/taglib/pom.xml (original) +++ struts/action/trunk/taglib/pom.xml Sun May 7 19:06:52 2006 @@ -54,6 +54,12 @@ **/*.properties + + ${basedir} + + *.txt + + Modified: struts/action/trunk/tiles/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/tiles/pom.xml?rev=404893&r1=404892&r2=404893&view=diff ============================================================================== --- struts/action/trunk/tiles/pom.xml (original) +++ struts/action/trunk/tiles/pom.xml Sun May 7 19:06:52 2006 @@ -48,6 +48,12 @@ src/main/resource + + ${basedir} + + *.txt + +