rubys       01/08/28 19:56:19

  Modified:    proposal/gump/stylesheet build.xsl
  Log:
  Another decoupling module from project fix
  
  Revision  Changes    Path
  1.23      +4 -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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xsl 2001/08/28 22:41:21     1.22
  +++ build.xsl 2001/08/29 02:56:19     1.23
  @@ -296,7 +296,10 @@
             <xsl:when test="@reference='srcdir'">
               <xsl:variable name="project" select="@project"/>
               <xsl:for-each select="/workspace/project[@name=$project]">
  -              <property name="{$name}" value="{$srcdir}" type="path"/>
  +              <xsl:variable name="module" select="@module"/>
  +              <xsl:for-each select="/workspace/module[@name=$module]">
  +                <property name="{$name}" value="{@srcdir}" type="path"/>
  +              </xsl:for-each>
               </xsl:for-each>
             </xsl:when>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to