rubys       2002/11/11 10:44:55

  Modified:    proposal/gump/stylesheet build.xsl
  Log:
  Change the default to be to respect the bootclass information
  
  Revision  Changes    Path
  1.51      +1 -1      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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xsl 13 Jul 2002 23:38:42 -0000      1.50
  +++ build.xsl 11 Nov 2002 18:44:55 -0000      1.51
  @@ -251,7 +251,7 @@
         <xsl:apply-templates select="/workspace/property"/>
         <xsl:apply-templates select="*"/>
   
  -      <xsl:if test="/workspace[@bootclass='yes']">
  +      <xsl:if test="/workspace[not(@bootclass='no')]">
           <xsl:for-each select="../depend | ../option">
             <xsl:for-each select="jar[@type='boot']">
               <bootclass location="{../@home}/{@name}"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:alexandria-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:alexandria-dev-help@;jakarta.apache.org>

Reply via email to