Author: veithen
Date: Sat Nov 23 21:45:05 2013
New Revision: 1544883
URL: http://svn.apache.org/r1544883
Log:
Use standard name for log4j property file to make it easier to run the tests in
an IDE such as Eclipse (which doesn't take into account the configuration of
the maven-surefire-plugin).
Added:
synapse/trunk/java/modules/integration/src/test/resources/log4j.properties
- copied unchanged from r1542700,
synapse/trunk/java/modules/integration/src/test/resources/test-log4j.properties
Removed:
synapse/trunk/java/modules/integration/src/test/resources/test-log4j.properties
Modified:
synapse/trunk/java/modules/integration/pom.xml
Modified: synapse/trunk/java/modules/integration/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/pom.xml?rev=1544883&r1=1544882&r2=1544883&view=diff
==============================================================================
--- synapse/trunk/java/modules/integration/pom.xml (original)
+++ synapse/trunk/java/modules/integration/pom.xml Sat Nov 23 21:45:05 2013
@@ -293,7 +293,6 @@
<value>${tests}</value>
</property>
<timeStamp>${maven.build.timestamp}</timeStamp>
-
<log4j.configuration>test-log4j.properties</log4j.configuration>
</systemPropertyVariables>
<argLine>-Xms128m -Xmx384m -XX:MaxPermSize=128m</argLine>
<workingDirectory>../..</workingDirectory>