Changeset 850 for DCWoRMS


Ignore:
Timestamp:
02/14/13 07:02:26 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/simulator/xslt/task2resreq.xslt

    r477 r850  
    7979        <!-- =====================================================================================================================--> 
    8080        <xsl:template match="execution" mode="COPY_OF_MODE"> 
    81                 <xsl:if test="stageInOut"> 
    8281                        <xsl:element name="execution"> 
    83                                 <xsl:apply-templates select="stageInOut" mode="COPY_OF_MODE"/> 
     82                                <xsl:apply-templates select="resourceConsumptionProfile" mode="COPY_OF_MODE"/> 
     83                                <xsl:apply-templates select="stdin" mode="COPY_OF_MODE"/> 
     84                                <xsl:apply-templates select="stdout" mode="COPY_OF_MODE"/> 
    8485                        </xsl:element> 
    85                 </xsl:if> 
    8686        </xsl:template>  
    8787        <!-- =====================================================================================================================--> 
Note: See TracChangeset for help on using the changeset viewer.