You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/10/19 16:52:49 UTC

svn commit: r826694 - in /incubator/pivot/trunk/demos/www: favicon.ico index.jsp itunes_search.jnlp json_viewer.jnlp logo.png stock_tracker.jnlp stock_tracker_fr.jnlp

Author: smartini
Date: Mon Oct 19 14:52:48 2009
New Revision: 826694

URL: http://svn.apache.org/viewvc?rev=826694&view=rev
Log:
minor fixes, for Web Start files

Added:
    incubator/pivot/trunk/demos/www/favicon.ico   (with props)
    incubator/pivot/trunk/demos/www/logo.png   (with props)
Modified:
    incubator/pivot/trunk/demos/www/index.jsp
    incubator/pivot/trunk/demos/www/itunes_search.jnlp
    incubator/pivot/trunk/demos/www/json_viewer.jnlp
    incubator/pivot/trunk/demos/www/stock_tracker.jnlp
    incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp

Added: incubator/pivot/trunk/demos/www/favicon.ico
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/favicon.ico?rev=826694&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/pivot/trunk/demos/www/index.jsp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.jsp?rev=826694&r1=826693&r2=826694&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.jsp (original)
+++ incubator/pivot/trunk/demos/www/index.jsp Mon Oct 19 14:52:48 2009
@@ -18,7 +18,8 @@
 <html>
 <head>
 <title>Index of Pivot Demos</title>
-<link rel="stylesheet" href="demo.css">
+<link rel="stylesheet" href="demo.css"/>
+<link rel="shortcut icon" href="favicon.ico"/>
 <style>
 body {
     font-family:Verdana;

Modified: incubator/pivot/trunk/demos/www/itunes_search.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/itunes_search.jnlp?rev=826694&r1=826693&r2=826694&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/itunes_search.jnlp (original)
+++ incubator/pivot/trunk/demos/www/itunes_search.jnlp Mon Oct 19 14:52:48 2009
@@ -32,7 +32,7 @@
             Simple application that allows a user to run search queries against the
             iTunes Music Store and presents the results in a table view.
         </description>
-        <offline-allowed/>
+        <icon href="logo.png"/>
         <shortcut online="false">
             <desktop/>
         </shortcut>

Modified: incubator/pivot/trunk/demos/www/json_viewer.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/json_viewer.jnlp?rev=826694&r1=826693&r2=826694&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/json_viewer.jnlp (original)
+++ incubator/pivot/trunk/demos/www/json_viewer.jnlp Mon Oct 19 14:52:48 2009
@@ -31,6 +31,7 @@
         <description>
             Allows users to visually browse a JSON structure using a TreeView component.
         </description>
+        <icon href="logo.png"/>
         <offline-allowed/>
         <shortcut online="false">
             <desktop/>

Added: incubator/pivot/trunk/demos/www/logo.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/logo.png?rev=826694&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/pivot/trunk/demos/www/stock_tracker.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock_tracker.jnlp?rev=826694&r1=826693&r2=826694&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/stock_tracker.jnlp (original)
+++ incubator/pivot/trunk/demos/www/stock_tracker.jnlp Mon Oct 19 14:52:48 2009
@@ -33,7 +33,7 @@
             data from Yahoo! Finance as a CSV file and presents it in a table view component
             (libraries are signed to allow it to communicate with the Yahoo web service).
         </description>
-        <offline-allowed/>
+        <icon href="logo.png"/>
         <shortcut online="false">
             <desktop/>
         </shortcut>

Modified: incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp?rev=826694&r1=826693&r2=826694&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp (original)
+++ incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp Mon Oct 19 14:52:48 2009
@@ -33,7 +33,7 @@
             data from Yahoo! Finance as a CSV file and presents it in a table view component
             (libraries are signed to allow it to communicate with the Yahoo web service).
         </description>
-        <offline-allowed/>
+        <icon href="logo.png"/>
         <shortcut online="false">
             <desktop/>
         </shortcut>