You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/10/20 15:39:42 UTC

svn commit: r827434 - in /incubator/pivot/trunk/demos/www: index.html index.jsp

Author: gbrown
Date: Tue Oct 20 13:39:42 2009
New Revision: 827434

URL: http://svn.apache.org/viewvc?rev=827434&view=rev
Log:
Add additional favicon links to index.html and index.jsp.

Modified:
    incubator/pivot/trunk/demos/www/index.html
    incubator/pivot/trunk/demos/www/index.jsp

Modified: incubator/pivot/trunk/demos/www/index.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.html?rev=827434&r1=827433&r2=827434&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.html (original)
+++ incubator/pivot/trunk/demos/www/index.html Tue Oct 20 13:39:42 2009
@@ -19,6 +19,8 @@
 <head>
 <title>Index of Pivot Demos</title>
 <link rel="stylesheet" href="demo.css">
+<link rel="icon" href="favicon.ico"/>
+<link rel="shortcut icon" href="favicon.ico"/>
 <style>
 body {
     font-family:Verdana;

Modified: incubator/pivot/trunk/demos/www/index.jsp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.jsp?rev=827434&r1=827433&r2=827434&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.jsp (original)
+++ incubator/pivot/trunk/demos/www/index.jsp Tue Oct 20 13:39:42 2009
@@ -19,6 +19,7 @@
 <head>
 <title>Pivot Demos - Index</title>
 <link rel="stylesheet" href="demo.css"/>
+<link rel="icon" href="favicon.ico"/>
 <link rel="shortcut icon" href="favicon.ico"/>
 <style>
 body {



Re: svn commit: r827434 - in /incubator/pivot/trunk/demos/www: index.html index.jsp

Posted by Greg Brown <gk...@mac.com>.
I'm not having any trouble accessing SVN at the moment, so it may be a  
local network issue.

On Oct 20, 2009, at 9:42 AM, Sandro Martini wrote:

> Hi Greg,
> I think something strange is happening, or in my eclipse or in SVN ...
> I'm no more able to download the full trunk ... have you got an idea ?
>
> Thanks


Re: svn commit: r827434 - in /incubator/pivot/trunk/demos/www: index.html index.jsp

Posted by Sandro Martini <sa...@gmail.com>.
Hi Greg,
I think something strange is happening, or in my eclipse or in SVN ...
I'm no more able to download the full trunk ... have you got an idea ?

Thanks