bodewig 2004/02/11 00:48:03 Modified: stylesheet build.xsl Log: Move <work> to the front of the CLASSPATH to match Gumpy's behavior. Revision Changes Path 1.58 +8 -8 jakarta-gump/stylesheet/build.xsl Index: build.xsl =================================================================== RCS file: /home/cvs/jakarta-gump/stylesheet/build.xsl,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- build.xsl 9 Dec 2003 13:46:02 -0000 1.57 +++ build.xsl 11 Feb 2004 08:48:03 -0000 1.58 @@ -184,14 +184,6 @@ <classpath> - <xsl:for-each select="depend[not(noclasspath)]|option[not(noclasspath)]"> - <xsl:for-each select="jar"> - <pathelement location="{../@home}/[EMAIL PROTECTED]"> - <xsl:copy-of select="@type"/> - </pathelement> - </xsl:for-each> - </xsl:for-each> - <xsl:for-each select="work"> <xsl:choose> <xsl:when test="@parent"> @@ -205,6 +197,14 @@ </xsl:otherwise> </xsl:choose> <xsl:text> </xsl:text> + </xsl:for-each> + + <xsl:for-each select="depend[not(noclasspath)]|option[not(noclasspath)]"> + <xsl:for-each select="jar"> + <pathelement location="{../@home}/[EMAIL PROTECTED]"> + <xsl:copy-of select="@type"/> + </pathelement> + </xsl:for-each> </xsl:for-each> </classpath>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]