Loading jetty-port-update.xsl +3 −8 Original line number Diff line number Diff line Loading @@ -15,15 +15,10 @@ </xsl:copy> </xsl:template> <!-- <xsl:template match="SystemProperty[@name = 'jetty.port']"> <xsl:copy> <xsl:apply-templates select="@*[not(. = 'default')]"/> <xsl:attribute name="default"><xsl:value-of select="$customPort"/></xsl:attribute> </xsl:copy> </xsl:template>--> <!-- <xsl:template match="comment()"/>--> <xsl:template match="@default[parent::*[@name = 'jetty.port']]"> <xsl:attribute name="default"><xsl:value-of select="$customPort"/></xsl:attribute> </xsl:template> <xsl:template match="@default[parent::*[@name = 'jetty.ssl.port']]"> <xsl:attribute name="default"><xsl:value-of select="$customPort"/></xsl:attribute> </xsl:template> </xsl:stylesheet> build.properties +1 −1 File changed.Contains only whitespace changes. Show changes Loading
jetty-port-update.xsl +3 −8 Original line number Diff line number Diff line Loading @@ -15,15 +15,10 @@ </xsl:copy> </xsl:template> <!-- <xsl:template match="SystemProperty[@name = 'jetty.port']"> <xsl:copy> <xsl:apply-templates select="@*[not(. = 'default')]"/> <xsl:attribute name="default"><xsl:value-of select="$customPort"/></xsl:attribute> </xsl:copy> </xsl:template>--> <!-- <xsl:template match="comment()"/>--> <xsl:template match="@default[parent::*[@name = 'jetty.port']]"> <xsl:attribute name="default"><xsl:value-of select="$customPort"/></xsl:attribute> </xsl:template> <xsl:template match="@default[parent::*[@name = 'jetty.ssl.port']]"> <xsl:attribute name="default"><xsl:value-of select="$customPort"/></xsl:attribute> </xsl:template> </xsl:stylesheet>