Author: thomas.diesler(a)jboss.com
Date: 2008-05-09 05:13:21 -0400 (Fri, 09 May 2008)
New Revision: 6989
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Use log4j.output.dir
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-09 09:11:53 UTC (rev 6988)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-09 09:13:21 UTC (rev 6989)
@@ -110,8 +110,8 @@
<!--argLine>${surefire.jdpw.args}</argLine-->
<systemProperties>
<property>
- <name>build.testlog</name>
- <value>${project.build.directory}/test-log</value>
+ <name>log4j.output.dir</name>
+ <value>${project.build.directory}</value>
</property>
<property>
<name>java.naming.provider.url</name>
Show replies by date