Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 67088 invoked from network); 7 May 2006 16:52:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 May 2006 16:52:15 -0000 Received: (qmail 27437 invoked by uid 500); 7 May 2006 16:52:13 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 27386 invoked by uid 500); 7 May 2006 16:52:13 -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 27377 invoked by uid 99); 7 May 2006 16:52:13 -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 09:52:13 -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 09:52:12 -0700 Received: (qmail 67028 invoked by uid 65534); 7 May 2006 16:51:51 -0000 Message-ID: <20060507165151.67027.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r404794 - in /incubator/webwork2: ./ apps/showcase/ extras/ extras/jasperreports/ extras/jfreechart/ extras/pell-file-upload/ extras/src/ extras/src/main/java/org/apache/struts/action2/dispatcher/ extras/src/main/java/org/apache/struts/acti... Date: Sun, 07 May 2006 16:51:51 -0000 To: commits@struts.apache.org From: mrdon@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: mrdon Date: Sun May 7 09:51:48 2006 New Revision: 404794 URL: http://svn.apache.org/viewcvs?rev=404794&view=rev Log: Completing move from thirdparty to extras, consolidated sources into one module Added: incubator/webwork2/extras/src/ - copied from r404792, incubator/webwork2/extras/jasperreports/src/ incubator/webwork2/extras/src/main/java/org/apache/struts/action2/dispatcher/ - copied from r404792, incubator/webwork2/extras/jfreechart/src/main/java/org/apache/struts/action2/dispatcher/ incubator/webwork2/extras/src/main/java/org/apache/struts/action2/dispatcher/multipart/ - copied from r404792, incubator/webwork2/extras/pell-file-upload/src/main/java/org/apache/struts/action2/dispatcher/multipart/ incubator/webwork2/extras/src/test/java/org/ - copied from r404792, incubator/webwork2/extras/jfreechart/src/test/java/org/ Removed: incubator/webwork2/extras/jasperreports/ incubator/webwork2/extras/jfreechart/ incubator/webwork2/extras/pell-file-upload/ Modified: incubator/webwork2/apps/showcase/pom.xml incubator/webwork2/build.xml incubator/webwork2/extras/pom.xml Modified: incubator/webwork2/apps/showcase/pom.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/apps/showcase/pom.xml?rev=404794&r1=404793&r2=404794&view=diff ============================================================================== --- incubator/webwork2/apps/showcase/pom.xml (original) +++ incubator/webwork2/apps/showcase/pom.xml Sun May 7 09:51:48 2006 @@ -25,7 +25,7 @@ org.apache.struts.action2 - struts-jasperreports + struts-extras ${pom.version} Modified: incubator/webwork2/build.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/build.xml?rev=404794&r1=404793&r2=404794&view=diff ============================================================================== --- incubator/webwork2/build.xml (original) +++ incubator/webwork2/build.xml Sun May 7 09:51:48 2006 @@ -240,9 +240,7 @@ - - - + Modified: incubator/webwork2/extras/pom.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/extras/pom.xml?rev=404794&r1=404793&r2=404794&view=diff ============================================================================== --- incubator/webwork2/extras/pom.xml (original) +++ incubator/webwork2/extras/pom.xml Sun May 7 09:51:48 2006 @@ -8,20 +8,64 @@ 2.0-SNAPSHOT org.apache.struts.action2 - thirdparty - pom - Third Party Modules + struts-extras + jar + Struts Extras apache-site - scp://people.apache.org/www/struts.apache.org/struts-action2/thirdparty + scp://people.apache.org/www/struts.apache.org/struts-action2/struts-extras - - jasperreports - jfreechart - pell-file-upload - + + + + javax.servlet + servlet-api + 2.4 + provided + + + + org.apache.struts.action2 + struts-core + ${pom.version} + + + + jasperreports + jasperreports + 1.2.1 + + + + mockobjects + mockobjects-core + 0.09 + test + + + + jfree + jfreechart + 1.0.0 + true + + + gnujaxp + gnujaxp + + + + + + opensymphony + pell-multipart + 2.1.5 + true + + +