Author: sebb
Date: Tue Sep 14 21:40:09 2010
New Revision: 997105

URL: http://svn.apache.org/viewvc?rev=997105&view=rev
Log:
Replace deprecated systemProperties by systemPropertyVariables

Modified:
    commons/proper/scxml/trunk/pom.xml

Modified: commons/proper/scxml/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=997105&r1=997104&r2=997105&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Tue Sep 14 21:40:09 2010
@@ -239,17 +239,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>


Reply via email to