Changeset 20195

Show
Ignore:
Timestamp:
05/09/07 21:25:59 (2 years ago)
Author:
patrick
Message:

Copy plugin_path and cluster_node properties when updating cluster_manager
elements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vrjuggler/data/xslt/2.2-2.3.xsl

    r20187 r20195  
    112112                  <xsl:text>3</xsl:text> 
    113113               </xsl:attribute> 
     114 
     115               <xsl:for-each select="./jconf:plugin_path"> 
     116                  <xsl:copy-of select="." /> 
     117               </xsl:for-each> 
    114118 
    115119               <xsl:for-each select="./jconf:plugin"> 
     
    138142                     </xsl:otherwise> 
    139143                  </xsl:choose> 
     144               </xsl:for-each> 
     145 
     146               <xsl:for-each select="./jconf:cluster_node"> 
     147                  <xsl:copy-of select="." /> 
    140148               </xsl:for-each> 
    141149