You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2010/10/14 21:00:39 UTC

svn commit: r1022656 - /pivot/site/trunk/xsl/demos/index.xsl

Author: tvolkert
Date: Thu Oct 14 19:00:39 2010
New Revision: 1022656

URL: http://svn.apache.org/viewvc?rev=1022656&view=rev
Log:
Added note about demos requiring Java 6 in the site

Modified:
    pivot/site/trunk/xsl/demos/index.xsl

Modified: pivot/site/trunk/xsl/demos/index.xsl
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/demos/index.xsl?rev=1022656&r1=1022655&r2=1022656&view=diff
==============================================================================
--- pivot/site/trunk/xsl/demos/index.xsl (original)
+++ pivot/site/trunk/xsl/demos/index.xsl Thu Oct 14 19:00:39 2010
@@ -23,6 +23,11 @@ limitations under the License.
     <!-- Override content area to show demos index -->
     <xsl:template name="content">
         <ul class="featuredDemos">
+            <p style="padding-bottom:10px;">
+                <em>
+                    Note: all demos require <a href="http://www.java.com/">Java 6</a> or greater.
+                </em>
+            </p>
             <xsl:for-each select="$project/featured-demos/demo">
                 <xsl:variable name="id" select="@id"/>
                 <xsl:choose>