Author: rahul Date: Tue Sep 14 22:23:35 2010 New Revision: 997117 URL: http://svn.apache.org/viewvc?rev=997117&view=rev Log: Replace deprecated systemProperties by systemPropertyVariables - porting r997105 from trunk.
Modified: commons/proper/scxml/branches/J6/pom.xml Modified: commons/proper/scxml/branches/J6/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=997117&r1=997116&r2=997117&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/pom.xml (original) +++ commons/proper/scxml/branches/J6/pom.xml Tue Sep 14 22:23:35 2010 @@ -249,17 +249,11 @@ <include>org/apache/commons/scxml/semantics/SemanticsTestSuite.java</include> <include>org/apache/commons/scxml/test/TestingTestSuite.java</include> </includes> - <systemProperties> - <!-- Suppress most logging output --> - <property> - <name>org.apache.commons.logging.Log</name> - <value>org.apache.commons.logging.impl.SimpleLog</value> - </property> - <property> - <name>org.apache.commons.logging.simplelog.defaultlog</name> - <value>fatal</value> - </property> - </systemProperties> + <systemPropertyVariables> + <!-- Suppress most logging output --> + <org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log> + <org.apache.commons.logging.simplelog.defaultlog>fatal</org.apache.commons.logging.simplelog.defaultlog> + </systemPropertyVariables> </configuration> </plugin> <plugin>