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/29 16:17:08 UTC

svn commit: r894418 - in /incubator/pivot/trunk/tutorials: www/flow-panes.xml xsl/tutorial.xsl

Author: gbrown
Date: Tue Dec 29 15:17:07 2009
New Revision: 894418

URL: http://svn.apache.org/viewvc?rev=894418&view=rev
Log:
Ensure that LGPL warning regarding syntax highlighting script is included in generated HTML files.

Modified:
    incubator/pivot/trunk/tutorials/www/flow-panes.xml
    incubator/pivot/trunk/tutorials/xsl/tutorial.xsl

Modified: incubator/pivot/trunk/tutorials/www/flow-panes.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/flow-panes.xml?rev=894418&r1=894417&r2=894418&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/flow-panes.xml (original)
+++ incubator/pivot/trunk/tutorials/www/flow-panes.xml Tue Dec 29 15:17:07 2009
@@ -112,7 +112,7 @@
             in the radio buttons' state:
         </p>
 
-        <source type="xml" location="org/apache/pivot/tutorials/layout/FlowPanes.java">
+        <source type="java" location="org/apache/pivot/tutorials/layout/FlowPanes.java">
             <![CDATA[
             package org.apache.pivot.tutorials.layout;
 

Modified: incubator/pivot/trunk/tutorials/xsl/tutorial.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/xsl/tutorial.xsl?rev=894418&r1=894417&r2=894418&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/xsl/tutorial.xsl (original)
+++ incubator/pivot/trunk/tutorials/xsl/tutorial.xsl Tue Dec 29 15:17:07 2009
@@ -36,7 +36,7 @@
                 <link rel="stylesheet" href="tutorial.css" type="text/css"/>
                 <script xmlns="" type="text/javascript" src="http://java.com/js/deployJava.js"/>
 
-                <!-- NOTE: Syntax highlighting script is LGPL -->
+                <script>/* NOTE: Syntax highlighting script is LGPL */</script>
                 <script xmlns="" type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"/>
                 <script xmlns="" type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js"/>
                 <script xmlns="" type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js"/>