Commit 6a500444 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

fix ssl port xslt

parent a7d47d05
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -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>
+1 −1

File changed.

Contains only whitespace changes.