diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-18 13:11:39 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-18 13:11:39 +0000 |
| commit | 553a5374ebca0fa86fe927e18a5288644508a50a (patch) | |
| tree | 69a44828170c09b20929ff216d79aa6fd41c4043 /java/pom.xml | |
| parent | d5039472ca66b7407c60d5cd097d1a612a8cb157 (diff) | |
| download | qpid-python-553a5374ebca0fa86fe927e18a5288644508a50a.tar.gz | |
(Patch submitted by Rupert Smith)
Restructured the ping tests, they now share common base classes to avoid cut and paste coding.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@497425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
| -rw-r--r-- | java/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml index fdaba94ce6..380b0b8cd1 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -99,7 +99,7 @@ <!--Versions for various plugins and features --> <antrun.version>1.2-SNAPSHOT</antrun.version> - <assembly.version>2.1</assembly.version> + <assembly.version>2.2-SNAPSHOT</assembly.version> <cobertura.version>2.0</cobertura.version> <compiler.version>2.0.1</compiler.version> <dependency.plugin.version>1.0</dependency.plugin.version> @@ -284,6 +284,8 @@ <property> <name>amqj.logging.level</name> <value>${amqj.logging.level}</value> + <!--<name>log4j.configuration</name> + <value>file:/${topDirectoryLocation}/etc/log4j.xml</value>--> </property> </systemproperties> </configuration> |
