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/12/19 15:47:47 UTC

svn commit: r892474 - in /incubator/pivot/trunk/tutorials/www: effects.transitions.xml labels-and-image-views.xml scripting.xml

Author: gbrown
Date: Sat Dec 19 14:47:47 2009
New Revision: 892474

URL: http://svn.apache.org/viewvc?rev=892474&view=rev
Log:
Additional minor tutorial cleanup.

Modified:
    incubator/pivot/trunk/tutorials/www/effects.transitions.xml
    incubator/pivot/trunk/tutorials/www/labels-and-image-views.xml
    incubator/pivot/trunk/tutorials/www/scripting.xml

Modified: incubator/pivot/trunk/tutorials/www/effects.transitions.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/effects.transitions.xml?rev=892474&r1=892473&r2=892474&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/effects.transitions.xml (original)
+++ incubator/pivot/trunk/tutorials/www/effects.transitions.xml Sat Dec 19 14:47:47 2009
@@ -179,7 +179,7 @@
             Finally, the source for the transition itself is shown below:
         </p>
 
-        <source type="xml" location="org/apache/pivot/tutorials/effects/CollapseTransition.java">
+        <source type="java" location="org/apache/pivot/tutorials/effects/CollapseTransition.java">
             <![CDATA[
             package org.apache.pivot.tutorials.effects;
 

Modified: incubator/pivot/trunk/tutorials/www/labels-and-image-views.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/labels-and-image-views.xml?rev=892474&r1=892473&r2=892474&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/labels-and-image-views.xml (original)
+++ incubator/pivot/trunk/tutorials/www/labels-and-image-views.xml Sat Dec 19 14:47:47 2009
@@ -80,7 +80,7 @@
             window:
         </p>
 
-        <source type="xml" location="org/apache/pivot/tutorials/labels/labels.wtkx">
+        <source type="java" location="org/apache/pivot/tutorials/labels/labels.wtkx">
             <![CDATA[
             package org.apache.pivot.tutorials.labels;
 

Modified: incubator/pivot/trunk/tutorials/www/scripting.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/scripting.xml?rev=892474&r1=892473&r2=892474&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/scripting.xml (original)
+++ incubator/pivot/trunk/tutorials/www/scripting.xml Sat Dec 19 14:47:47 2009
@@ -156,7 +156,7 @@
             The WTKX source is shown below:
         </p>
 
-        <source type="java" location="org/apache/pivot/tutorials/scripting/Scripting.java">
+        <source type="xml" location="org/apache/pivot/tutorials/scripting/Scripting.java">
             <![CDATA[
             <Window wtkx:id="window" title="Scripting Demo" maximized="true"
                 WindowStateListener.windowOpened="java.lang.System.out.println('Window opened: ' + x)"