Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix XSL indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 15, 2016
1 parent 38aa976 commit ca32edc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dist/src/main/resources/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
<xsl:template name="secure-deployment">
<xsl:param name="deployment.name" />
<xsl:param name="credential.secret" />
<secure-deployment>
<xsl:attribute name="name"><xsl:value-of select="$deployment.name"/></xsl:attribute>
<realm>hawkular</realm>
<resource>hawkular-accounts-backend</resource>
<use-resource-role-mappings>true</use-resource-role-mappings>
<enable-cors>true</enable-cors>
<enable-basic-auth>true</enable-basic-auth>
<credential name="secret"><xsl:value-of select="$credential.secret"/></credential>
</secure-deployment>
<secure-deployment>
<xsl:attribute name="name"><xsl:value-of select="$deployment.name"/></xsl:attribute>
<realm>hawkular</realm>
<resource>hawkular-accounts-backend</resource>
<use-resource-role-mappings>true</use-resource-role-mappings>
<enable-cors>true</enable-cors>
<enable-basic-auth>true</enable-basic-auth>
<credential name="secret"><xsl:value-of select="$credential.secret"/></credential>
</secure-deployment>
</xsl:template>

<!-- //*[local-name()='secure-deployment'] is an xPath's 1.0 way of saying of xPath's 2.0 prefix-less selector //*:secure-deployment -->
Expand Down

0 comments on commit ca32edc

Please sign in to comment.