You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/06/24 21:57:32 UTC

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...

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">
 
+  <name>tobago_core</name>
+
   <application>
     <default-render-kit-id>tobago</default-render-kit-id>
   </application>

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">
 
+  <name>tobago_fileupload</name>
+
+  <ordering>
+    <after>
+      <name>tobago_core</name>
+    </after>
+  </ordering>
+
   <factory>
     <faces-context-factory>org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl</faces-context-factory>
   </factory>

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">
 
+  <name>tobago_sandbox</name>
+
 </faces-config>

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">
 
+  <name>tobago_security</name>
+
+  <ordering>
+    <after>
+      <name>tobago_core</name>
+    </after>
+  </ordering>
+
   <component>
     <component-type>org.apache.myfaces.tobago.Command</component-type>
     <component-class>org.apache.myfaces.tobago.security.UISecuredCommand</component-class>