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/11/27 16:46:48 UTC

svn commit: r884896 - in /incubator/pivot/trunk/demos/www: file-drag-drop.xml kitchen-sink.xml rss-feed.xml

Author: gbrown
Date: Fri Nov 27 15:46:48 2009
New Revision: 884896

URL: http://svn.apache.org/viewvc?rev=884896&view=rev
Log:
Minor demos XML updates.

Modified:
    incubator/pivot/trunk/demos/www/file-drag-drop.xml
    incubator/pivot/trunk/demos/www/kitchen-sink.xml
    incubator/pivot/trunk/demos/www/rss-feed.xml

Modified: incubator/pivot/trunk/demos/www/file-drag-drop.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/file-drag-drop.xml?rev=884896&r1=884895&r2=884896&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/file-drag-drop.xml (original)
+++ incubator/pivot/trunk/demos/www/file-drag-drop.xml Fri Nov 27 15:46:48 2009
@@ -30,7 +30,7 @@
             from the desktop or local file system into the applet for upload to a web or other
             server.
         </p>
-        <demo class="org.apache.pivot.demos.dnd.FileDropTargetDemo" width="280" height="260">
+        <demo class="org.apache.pivot.demos.dnd.FileDropTargetDemo" width="380" height="260">
             <signed/>
             <libraries>
                 <library>core</library>

Modified: incubator/pivot/trunk/demos/www/kitchen-sink.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/kitchen-sink.xml?rev=884896&r1=884895&r2=884896&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/kitchen-sink.xml (original)
+++ incubator/pivot/trunk/demos/www/kitchen-sink.xml Fri Nov 27 15:46:48 2009
@@ -34,7 +34,7 @@
         <p>
             This application demonstrates a number of commonly used Pivot components:
         </p>
-        <demo class="org.apache.pivot.tutorials.KitchenSink" width="757" height="500">
+        <demo class="org.apache.pivot.tutorials.KitchenSink" width="800" height="600">
             <libraries>
                 <library>core</library>
                 <library>wtk</library>

Modified: incubator/pivot/trunk/demos/www/rss-feed.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/rss-feed.xml?rev=884896&r1=884895&r2=884896&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/rss-feed.xml (original)
+++ incubator/pivot/trunk/demos/www/rss-feed.xml Fri Nov 27 15:46:48 2009
@@ -33,6 +33,7 @@
         <demo class="org.apache.pivot.demos.rss.RSSFeedDemo" width="480" height="360">
             <libraries>
                 <library>core</library>
+                <library>web</library>
                 <library>wtk</library>
                 <library>demos</library>
             </libraries>