rubys 01/10/20 20:26:49
Modified: proposal/gump/stylesheet build.xsl
Log:
Options can also be on the bootclasspath
Revision Changes Path
1.43 +4 -0 jakarta-alexandria/proposal/gump/stylesheet/build.xsl
Index: build.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/build.xsl,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- build.xsl 2001/10/20 20:50:33 1.42
+++ build.xsl 2001/10/21 03:26:49 1.43
@@ -268,6 +268,10 @@
<xsl:for-each select="../depend/jar[@type='boot']">
<bootclass location="{../@home}/{@name}"/>
</xsl:for-each>
+
+ <xsl:for-each select="../option/jar[@type='boot']">
+ <bootclass location="{../@home}/{@name}"/>
+ </xsl:for-each>
</xsl:copy>
</xsl:template>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]