Return-Path: X-Original-To: apmail-openwebbeans-commits-archive@www.apache.org Delivered-To: apmail-openwebbeans-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 951AD11050 for ; Sun, 29 Jun 2014 18:28:14 +0000 (UTC) Received: (qmail 74871 invoked by uid 500); 29 Jun 2014 18:28:14 -0000 Delivered-To: apmail-openwebbeans-commits-archive@openwebbeans.apache.org Received: (qmail 74843 invoked by uid 500); 29 Jun 2014 18:28:14 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 74831 invoked by uid 99); 29 Jun 2014 18:28:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2014 18:28:14 +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; Sun, 29 Jun 2014 18:28:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E904B2388868; Sun, 29 Jun 2014 18:27:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1606559 - in /openwebbeans/trunk/samples: guess/pom.xml pom.xml tomcat-sample/src/main/webapp/index.jsp Date: Sun, 29 Jun 2014 18:27:52 -0000 To: commits@openwebbeans.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140629182752.E904B2388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: struberg Date: Sun Jun 29 18:27:52 2014 New Revision: 1606559 URL: http://svn.apache.org/r1606559 Log: merge in sample fixes from owb-1.2.x Added: openwebbeans/trunk/samples/tomcat-sample/src/main/webapp/index.jsp (with props) Modified: openwebbeans/trunk/samples/guess/pom.xml openwebbeans/trunk/samples/pom.xml Modified: openwebbeans/trunk/samples/guess/pom.xml URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/guess/pom.xml?rev=1606559&r1=1606558&r2=1606559&view=diff ============================================================================== --- openwebbeans/trunk/samples/guess/pom.xml (original) +++ openwebbeans/trunk/samples/guess/pom.xml Sun Jun 29 18:27:52 2014 @@ -40,43 +40,18 @@ under the License. guess - org.mortbay.jetty - maven-jetty-plugin - 6.1.18 - - 10 - + org.apache.tomcat.maven + tomcat7-maven-plugin - - - com.sun.facelets - jsf-facelets - 1.1.14 - - - - - org.apache.myfaces.core - myfaces-api - 1.2.8 - - org.apache.openwebbeans - openwebbeans-jsf12 - ${project.version} - - - - - org.apache.openwebbeans - openwebbeans-el10 + openwebbeans-jsf ${project.version} @@ -127,8 +102,13 @@ under the License. org.apache.myfaces.core + myfaces-api + ${myfaces2.version} + + + org.apache.myfaces.core myfaces-impl - 1.2.8 + ${myfaces2.version} Modified: openwebbeans/trunk/samples/pom.xml URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/pom.xml?rev=1606559&r1=1606558&r2=1606559&view=diff ============================================================================== --- openwebbeans/trunk/samples/pom.xml (original) +++ openwebbeans/trunk/samples/pom.xml Sun Jun 29 18:27:52 2014 @@ -60,6 +60,50 @@ under the License. ${deploy.skip} + + org.apache.maven.plugins + maven-war-plugin + 2.0.2 + + true + + + false + + + + + + . + META-INF + + LICENSE + NOTICE + + + + + + ${project.name} + ${project.version} + ${project.organization.name} + ${project.name} + ${project.version} + ${project.organization.name} + org.apache + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + Added: openwebbeans/trunk/samples/tomcat-sample/src/main/webapp/index.jsp URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/tomcat-sample/src/main/webapp/index.jsp?rev=1606559&view=auto ============================================================================== --- openwebbeans/trunk/samples/tomcat-sample/src/main/webapp/index.jsp (added) +++ openwebbeans/trunk/samples/tomcat-sample/src/main/webapp/index.jsp Sun Jun 29 18:27:52 2014 @@ -0,0 +1,19 @@ + + Propchange: openwebbeans/trunk/samples/tomcat-sample/src/main/webapp/index.jsp ------------------------------------------------------------------------------ svn:eol-style = native