summaryrefslogtreecommitdiff
path: root/java/client/pom.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-22 23:33:19 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-22 23:33:19 +0000
commitd8f71e8605122f2bcc59dc22c8edb9740b01ac94 (patch)
tree7960928b82c80aacf9ac18417110889222e68287 /java/client/pom.xml
parentc48aed9f63f469daffca2dd6ce02615acbe4fe08 (diff)
downloadqpid-python-d8f71e8605122f2bcc59dc22c8edb9740b01ac94.tar.gz
client/pom.xml - removed TransactedTest.java from exclude Listener.java
TransactedTest.java - fixed naming of setup to setUp git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/pom.xml')
-rw-r--r--java/client/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml
index cd619a824a..915f51245c 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -118,7 +118,6 @@
</includes>
<excludes>
<exclude>**/JNDIReferenceableTest.java</exclude>
- <exclude>**/TransactedTest.java</exclude>
</excludes>
</configuration>
</plugin>