summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-23 17:08:03 +0000
committerRobert Greig <rgreig@apache.org>2007-01-23 17:08:03 +0000
commit0bf51c656998eea8c0e4a2f6cdb6b588b23f6cc8 (patch)
tree4d6b8af0dfd310df018a292b7961aeb3d4cdb4f7 /qpid/java/pom.xml
parente9014260de233fc56863e45d445a4d28d59e8fe7 (diff)
downloadqpid-python-0bf51c656998eea8c0e4a2f6cdb6b588b23f6cc8.tar.gz
(Patch submitted by Rupert Smith) Added the ability to limit the rate at which messages are sent by the ping tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@499083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index 6b6cb9d03b..e1d9805bbb 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -97,6 +97,13 @@
<java.source.version>1.5</java.source.version>
<compile.flags>-Xlint:fallthrough,finally</compile.flags>
+ <!--
+ This should always point to a default minimal log4j configuration that all developers are happy with as a useable default. To use your own
+ log4j preferences set up an alternative in your settings.xml and avoid corrupting the default with private preferences.
+ -->
+ <!--<log4j.configuration>file:/${topDirectoryLocation}/etc/log4j.xml</log4j.configuration>-->
+ <amqj.logging.level>warn</amqj.logging.level> <!-- This is referenced in the default log4j.xml -->
+
<!--Versions for various plugins and features -->
<antrun.version>1.2-SNAPSHOT</antrun.version>
<!--<assembly.version>2.2-SNAPSHOT</assembly.version>-->
@@ -115,8 +122,6 @@
<surefire-report.version>2.1-SNAPSHOT</surefire-report.version>
<surefire.version>2.2</surefire.version>
- <amqj.logging.level>warn</amqj.logging.level>
-
<eclipse.workspace.dir>${basedir}/${topDirectoryLocation}/../workspace</eclipse.workspace.dir>
<clover.license.pathname>/set/clover/license/path/here</clover.license.pathname>
</properties>
@@ -283,10 +288,12 @@
<argLine>-ea</argLine>
<systemproperties>
<property>
- <name>amqj.logging.level</name>
+ <name>amqj.logging.level</name>
<value>${amqj.logging.level}</value>
- <!--<name>log4j.configuration</name>
- <value>file:/${topDirectoryLocation}/etc/log4j.xml</value>-->
+ <!--
+ <name>log4j.configuration</name>
+ <value>${log4j.configuration}</value>
+ -->
</property>
</systemproperties>
</configuration>