You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mc...@apache.org on 2011/04/08 18:25:30 UTC

svn commit: r1090327 - in /myfaces/trinidad/trunk: trinidad-examples/trinidad-demo/src/main/webapp/ trinidad-impl/src/main/resources/META-INF/adf/images/

Author: mcooper
Date: Fri Apr  8 16:25:29 2011
New Revision: 1090327

URL: http://svn.apache.org/viewvc?rev=1090327&view=rev
Log:
Minor rename for the Trinidad favicon and touch icons so that they are explicitly Trinidad "tr" vs. those from other extensions.

Added:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.ico   (with props)
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.png   (with props)
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trtouchicon.png   (with props)
Removed:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/favicon.ico
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/favicon.png
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/touchicon.png
Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx?rev=1090327&r1=1090326&r2=1090327&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx Fri Apr  8 16:25:29 2011
@@ -27,9 +27,9 @@
        <f:facet name="metaContainer">
          <tr:group id="metaContainer">
            <tr:outputText id="metaLink1" escape="false"
-                          value='&lt;link rel="icon" type="image/png" href="#{facesContext.externalContext.requestContextPath}/adf/images/favicon.png">'/>
+                          value='&lt;link rel="icon" type="image/png" href="#{facesContext.externalContext.requestContextPath}/adf/images/trfavicon.png">'/>
            <tr:outputText id="metaLink2" escape="false"
-                          value='&lt;link rel="apple-touch-icon" href="#{facesContext.externalContext.requestContextPath}/adf/images/touchicon.png">'/>
+                          value='&lt;link rel="apple-touch-icon" href="#{facesContext.externalContext.requestContextPath}/adf/images/trtouchicon.png">'/>
          </tr:group>
        </f:facet>
        <tr:form>

Added: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.ico
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.ico?rev=1090327&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.ico
------------------------------------------------------------------------------
    svn:executable = *

Propchange: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.png?rev=1090327&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trfavicon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trtouchicon.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trtouchicon.png?rev=1090327&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/trtouchicon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream