...
Define the configuration action descriptor as resource "ConfigurationActionsSpec.xml"
Example:Code Block xml <resources> <res id="ConfigurationActionsSpec.xml" src="resources/config-actions-spec.xml"/> </resources>
Include the ConfigurationsInstallerListener as custom action
Code Block xml <listeners> <listener installerclassname="ConfigurationInstallerListener" stage="install"/> </listeners>
Configuration Actions Example
...