<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template viewing the authorization mechanisms: current identifiers, factories, policies, etc. --> ${stylesheets.add('')}

Configuration settings

Build and runtime properties:

<#list configurationProperties?keys as key>
${key} ${configurationProperties[key]}

Java system properties:

<#list javaSystemProperties?keys as key>
${key} ${javaSystemProperties[key]}