Return-Path: Delivered-To: apmail-incubator-openwebbeans-commits-archive@minotaur.apache.org Received: (qmail 33265 invoked from network); 25 Oct 2009 15:51:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Oct 2009 15:51:08 -0000 Received: (qmail 28437 invoked by uid 500); 25 Oct 2009 15:51:08 -0000 Delivered-To: apmail-incubator-openwebbeans-commits-archive@incubator.apache.org Received: (qmail 28412 invoked by uid 500); 25 Oct 2009 15:51:08 -0000 Mailing-List: contact openwebbeans-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: openwebbeans-dev@incubator.apache.org Delivered-To: mailing list openwebbeans-commits@incubator.apache.org Received: (qmail 28402 invoked by uid 99); 25 Oct 2009 15:51:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Oct 2009 15:51:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 25 Oct 2009 15:50:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 122F2238889B; Sun, 25 Oct 2009 15:50:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r829610 - in /incubator/openwebbeans/trunk: pom.xml samples/pom.xml Date: Sun, 25 Oct 2009 15:50:36 -0000 To: openwebbeans-commits@incubator.apache.org From: gerdogdu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091025155037.122F2238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gerdogdu Date: Sun Oct 25 15:50:36 2009 New Revision: 829610 URL: http://svn.apache.org/viewvc?rev=829610&view=rev Log: Updating pom for adding jsf2 sample Modified: incubator/openwebbeans/trunk/pom.xml incubator/openwebbeans/trunk/samples/pom.xml Modified: incubator/openwebbeans/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=829610&r1=829609&r2=829610&view=diff ============================================================================== --- incubator/openwebbeans/trunk/pom.xml (original) +++ incubator/openwebbeans/trunk/pom.xml Sun Oct 25 15:50:36 2009 @@ -354,6 +354,12 @@ legacy + + java.net2 + http://download.java.net/maven/2 + legacy + + repository.jboss.org Modified: incubator/openwebbeans/trunk/samples/pom.xml URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=829610&r1=829609&r2=829610&view=diff ============================================================================== --- incubator/openwebbeans/trunk/samples/pom.xml (original) +++ incubator/openwebbeans/trunk/samples/pom.xml Sun Oct 25 15:50:36 2009 @@ -29,6 +29,7 @@ Contains samples project for openwebbeans. guess + jsf2sample ejb-sample jms-sample reservation