You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2011/04/19 00:48:01 UTC

svn commit: r1094803 - /pivot/trunk/demos/xsl/demo.jnlp.xsl

Author: smartini
Date: Mon Apr 18 22:48:01 2011
New Revision: 1094803

URL: http://svn.apache.org/viewvc?rev=1094803&view=rev
Log:
PIVOT-701

Modified:
    pivot/trunk/demos/xsl/demo.jnlp.xsl

Modified: pivot/trunk/demos/xsl/demo.jnlp.xsl
URL: http://svn.apache.org/viewvc/pivot/trunk/demos/xsl/demo.jnlp.xsl?rev=1094803&r1=1094802&r2=1094803&view=diff
==============================================================================
--- pivot/trunk/demos/xsl/demo.jnlp.xsl (original)
+++ pivot/trunk/demos/xsl/demo.jnlp.xsl Mon Apr 18 22:48:01 2011
@@ -113,10 +113,10 @@ limitations under the License.
 
             <xsl:choose>
                 <xsl:when test='$signed'>
-                    libraries.push("lib/svgSalamander-tiny.signed.jar");
+					<jar href="lib/svgSalamander-tiny.signed.jar"/>
                 </xsl:when>
                 <xsl:otherwise>
-                    libraries.push("lib/svgSalamander-tiny.jar");
+					<jar href="lib/svgSalamander-tiny.jar"/>
                 </xsl:otherwise>
             </xsl:choose>
         </resources>