Return-Path: X-Original-To: apmail-myfaces-commits-archive@www.apache.org Delivered-To: apmail-myfaces-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 A002618C12 for ; Wed, 24 Jun 2015 19:57:32 +0000 (UTC) Received: (qmail 28254 invoked by uid 500); 24 Jun 2015 19:57:32 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 28185 invoked by uid 500); 24 Jun 2015 19:57:32 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 28176 invoked by uid 99); 24 Jun 2015 19:57:32 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 19:57:32 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 58F43AC012B for ; Wed, 24 Jun 2015 19:57:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1687354 - in /myfaces/tobago/trunk: tobago-core/src/main/faces-config/ tobago-core/src/main/resources/META-INF/ tobago-extension/tobago-fileupload/src/main/resources/META-INF/ tobago-extension/tobago-sandbox/src/main/faces-config/ tobago-e... Date: Wed, 24 Jun 2015 19:57:32 -0000 To: commits@myfaces.apache.org From: lofwyr@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150624195732.58F43AC012B@hades.apache.org> Author: lofwyr Date: Wed Jun 24 19:57:31 2015 New Revision: 1687354 URL: http://svn.apache.org/r1687354 Log: license info added Removed: myfaces/tobago/trunk/tobago-core/src/main/resources/META-INF/ Modified: myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml myfaces/tobago/trunk/tobago-extension/tobago-fileupload/src/main/resources/META-INF/faces-config.xml myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/faces-config/faces-config.xml myfaces/tobago/trunk/tobago-extension/tobago-security/src/main/resources/META-INF/faces-config.xml Modified: myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml?rev=1687354&r1=1687353&r2=1687354&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml (original) +++ myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml Wed Jun 24 19:57:31 2015 @@ -23,6 +23,8 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" version="2.0"> + tobago_core + tobago Modified: myfaces/tobago/trunk/tobago-extension/tobago-fileupload/src/main/resources/META-INF/faces-config.xml URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-fileupload/src/main/resources/META-INF/faces-config.xml?rev=1687354&r1=1687353&r2=1687354&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-extension/tobago-fileupload/src/main/resources/META-INF/faces-config.xml (original) +++ myfaces/tobago/trunk/tobago-extension/tobago-fileupload/src/main/resources/META-INF/faces-config.xml Wed Jun 24 19:57:31 2015 @@ -23,6 +23,14 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" version="2.0"> + tobago_fileupload + + + + tobago_core + + + org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/faces-config/faces-config.xml URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/faces-config/faces-config.xml?rev=1687354&r1=1687353&r2=1687354&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/faces-config/faces-config.xml (original) +++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/faces-config/faces-config.xml Wed Jun 24 19:57:31 2015 @@ -23,4 +23,6 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" version="2.0"> + tobago_sandbox + Modified: myfaces/tobago/trunk/tobago-extension/tobago-security/src/main/resources/META-INF/faces-config.xml URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-security/src/main/resources/META-INF/faces-config.xml?rev=1687354&r1=1687353&r2=1687354&view=diff ============================================================================== --- myfaces/tobago/trunk/tobago-extension/tobago-security/src/main/resources/META-INF/faces-config.xml (original) +++ myfaces/tobago/trunk/tobago-extension/tobago-security/src/main/resources/META-INF/faces-config.xml Wed Jun 24 19:57:31 2015 @@ -22,6 +22,14 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" version="2.0"> + tobago_security + + + + tobago_core + + + org.apache.myfaces.tobago.Command org.apache.myfaces.tobago.security.UISecuredCommand