Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E3299FC6 for ; Mon, 19 Sep 2011 07:02:40 +0000 (UTC) Received: (qmail 42630 invoked by uid 500); 19 Sep 2011 07:02:39 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 42584 invoked by uid 500); 19 Sep 2011 07:02:39 -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 42570 invoked by uid 99); 19 Sep 2011 07:02:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2011 07:02:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Mon, 19 Sep 2011 07:02:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BEEBE2388A5F for ; Mon, 19 Sep 2011 07:02:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1172492 - in /struts/struts2/trunk: apps/blank/ plugins/cdi/pom.xml plugins/pom.xml pom.xml Date: Mon, 19 Sep 2011 07:02:17 -0000 To: commits@struts.apache.org From: lukaszlenart@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110919070217.BEEBE2388A5F@eris.apache.org> Author: lukaszlenart Date: Mon Sep 19 07:02:17 2011 New Revision: 1172492 URL: http://svn.apache.org/viewvc?rev=1172492&view=rev Log: WW-3617 - Updates poms to include CDI plugin in the trunk Modified: struts/struts2/trunk/apps/blank/ (props changed) struts/struts2/trunk/plugins/cdi/pom.xml struts/struts2/trunk/plugins/pom.xml struts/struts2/trunk/pom.xml Propchange: struts/struts2/trunk/apps/blank/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Mon Sep 19 07:02:17 2011 @@ -5,3 +5,5 @@ *.iml *.iws target + +.idea Modified: struts/struts2/trunk/plugins/cdi/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/cdi/pom.xml?rev=1172492&r1=1172491&r2=1172492&view=diff ============================================================================== --- struts/struts2/trunk/plugins/cdi/pom.xml (original) +++ struts/struts2/trunk/plugins/cdi/pom.xml Mon Sep 19 07:02:17 2011 @@ -1,4 +1,24 @@ + 4.0.0 @@ -6,33 +26,31 @@ org.apache.struts struts2-plugins - 2.3-SNAPSHOT + 2.3.1-SNAPSHOT org.apache.struts struts2-cdi-plugin - 2.3-SNAPSHOT + Struts 2 CDI Plugin + jar javax.enterprise cdi-api - 1.0-SP1 provided org.jboss.weld weld-core - 1.0.1-Final provided org.jboss.weld weld-se - 1.0.1-Final test Modified: struts/struts2/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?rev=1172492&r1=1172491&r2=1172492&view=diff ============================================================================== --- struts/struts2/trunk/plugins/pom.xml (original) +++ struts/struts2/trunk/plugins/pom.xml Mon Sep 19 07:02:17 2011 @@ -65,6 +65,7 @@ json embeddedjsp gxp + cdi Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1172492&r1=1172491&r2=1172492&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Mon Sep 19 07:02:17 2011 @@ -700,6 +700,25 @@ 2.1 + + + javax.enterprise + cdi-api + 1.0-SP1 + + + + org.jboss.weld + weld-core + 1.0.1-Final + + + + org.jboss.weld + weld-se + 1.0.1-Final + +