You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/04/23 17:58:19 UTC

cvs commit: jakarta-alexandria/proposal/gump/stylesheet build.xsl

rubys       01/04/23 08:58:19

  Modified:    proposal/gump rubix.xml rubypad.xml
               proposal/gump/stylesheet build.xsl
  Log:
  Instead of special-casing build.sysclasspath, allow the specification of
  any property globally in the workspace.
  
  Revision  Changes    Path
  1.37      +1 -1      jakarta-alexandria/proposal/gump/rubix.xml
  
  Index: rubix.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/rubix.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- rubix.xml	2001/04/23 13:26:18	1.36
  +++ rubix.xml	2001/04/23 15:58:16	1.37
  @@ -1,7 +1,7 @@
   <workspace basedir="/home/rubys/jakarta" cvsdir="/home/rubys/jakarta/cvs"
              version="0.2">
   
  -  <build sysclasspath="only"/>
  +  <property name="build.sysclasspath" value="only"/>
   
     <profile href="profile/gump.xml"/>
   
  
  
  
  1.34      +1 -1      jakarta-alexandria/proposal/gump/rubypad.xml
  
  Index: rubypad.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/rubypad.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- rubypad.xml	2001/04/22 15:27:58	1.33
  +++ rubypad.xml	2001/04/23 15:58:17	1.34
  @@ -1,6 +1,6 @@
   <workspace basedir="D:\jakarta" cvsdir="D:\jakarta\cvs" version="0.2">
   
  -  <build sysclasspath="only"/>
  +  <property name="build.sysclasspath" value="only"/>
   
     <profile href="profile/gump.xml"/>
   
  
  
  
  1.11      +1 -6      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xsl	2001/04/23 01:07:39	1.10
  +++ build.xsl	2001/04/23 15:58:18	1.11
  @@ -225,12 +225,7 @@
         <xsl:apply-templates select="@*"/>
         <xsl:apply-templates select="*[name()!='property']"/>
   
  -      <xsl:if test="/workspace/build/@sysclasspath">
  -        <property name="build.sysclasspath"
  -          value="{/workspace/build/@sysclasspath}"/>
  -      </xsl:if>
  -
  -      <xsl:for-each select="property">
  +      <xsl:for-each select="/workspace/property|property">
           <xsl:variable name="name" select="@name"/>
           <xsl:choose>
             <xsl:when test="@reference='home'">
  
  
  

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