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 2011/01/13 18:28:27 UTC

svn commit: r1058677 - in /pivot/site/trunk: build.xml xsl/html.xsl

Author: gbrown
Date: Thu Jan 13 17:28:27 2011
New Revision: 1058677

URL: http://svn.apache.org/viewvc?rev=1058677&view=rev
Log:
Fix Javadoc and SVG demo page.

Modified:
    pivot/site/trunk/build.xml
    pivot/site/trunk/xsl/html.xsl

Modified: pivot/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/build.xml?rev=1058677&r1=1058676&r2=1058677&view=diff
==============================================================================
--- pivot/site/trunk/build.xml (original)
+++ pivot/site/trunk/build.xml Thu Jan 13 17:28:27 2011
@@ -99,6 +99,7 @@ limitations under the License.
             classpath="${java.class.path}">
             <classpath>
                 <fileset dir="${folder.trunk}/web-server/lib" includes="**/*.jar"/>
+                <fileset dir="${folder.trunk}/wtk/lib" includes="**/*.jar"/>
                 <fileset dir="${java.home}/lib" includes="**/*.jar"/>
             </classpath>
 

Modified: pivot/site/trunk/xsl/html.xsl
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/html.xsl?rev=1058677&r1=1058676&r2=1058677&view=diff
==============================================================================
--- pivot/site/trunk/xsl/html.xsl (original)
+++ pivot/site/trunk/xsl/html.xsl Thu Jan 13 17:28:27 2011
@@ -237,6 +237,15 @@ limitations under the License.
             </xsl:for-each>
             attributes.archive = libraries.join(",");
 
+            <xsl:choose>
+                <xsl:when test='$signed'>
+                    libraries.push("lib/svgSalamander-tiny.signed.jar");
+                </xsl:when>
+                <xsl:otherwise>
+                    libraries.push("lib/svgSalamander-tiny.jar");
+                </xsl:otherwise>
+            </xsl:choose>
+
             <!-- Base parameters -->
             var parameters = {
                 codebase_lookup:false,