![]() |
|
|
|
|
Change By:
|
Robert Scholte
(05/Mar/13 4:21 PM)
|
|
Description:
|
Add configuration settings for adding system properties. This proves useful for a database like Apache Derby which allows configuration of logs files (derby.log) through system properties, e.g. derby.stream.error.file.
A patch is provided.
System properties are added in the configuration section, e.g.:
{code:xml}
<configuration>
<...>
<systemProperties>
<property>
<name>derby.stream.error.file</name>
<value>${project.build.directory}/derby.log</value>
</property>
</systemProperties>
</configuration>
{code}
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email