Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 34147 invoked from network); 4 Sep 2007 17:52:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 17:52:38 -0000 Received: (qmail 71345 invoked by uid 500); 4 Sep 2007 17:52:31 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 71283 invoked by uid 500); 4 Sep 2007 17:52:30 -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 71274 invoked by uid 99); 4 Sep 2007 17:52:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 10:52:30 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 17:52:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8B8911A9832; Tue, 4 Sep 2007 10:52:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r572756 - /struts/struts2/trunk/core/pom.xml Date: Tue, 04 Sep 2007 17:52:13 -0000 To: commits@struts.apache.org From: jholmes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070904175214.8B8911A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jholmes Date: Tue Sep 4 10:52:09 2007 New Revision: 572756 URL: http://svn.apache.org/viewvc?rev=572756&view=rev Log: WW-2132 Add support for JSP tag library dynamic attributes Update JSP version to 2.0 to support the element. Modified: struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=572756&r1=572755&r2=572756&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Tue Sep 4 10:52:09 2007 @@ -70,7 +70,7 @@ org.apache.myfaces.tobago maven-apt-plugin - uri=/struts-tags,tlibVersion=2.2.3,jspVersion=1.2,shortName=s,displayName="Struts Tags", + uri=/struts-tags,tlibVersion=2.2.3,jspVersion=2.0,shortName=s,displayName="Struts Tags", outFile=${basedir}/target/classes/META-INF/struts-tags.tld, description="To make it easier to access dynamic data; the Apache Struts framework includes a library of custom tags.