Repository: activemq Updated Branches: refs/heads/trunk 87daed76b -> 52a273353
remove exclude of deleted test Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/52a27335 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/52a27335 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/52a27335 Branch: refs/heads/trunk Commit: 52a2733535477c9464d4e15eea68cef826ac5738 Parents: 87daed7 Author: gtully <[email protected]> Authored: Wed Mar 5 21:32:43 2014 +0000 Committer: gtully <[email protected]> Committed: Wed Mar 5 21:32:43 2014 +0000 ---------------------------------------------------------------------- activemq-camel/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/52a27335/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index ca4de24..b9c83ff 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -199,9 +199,6 @@ <systemPropertyVariables> <derby.stream.error.file>target/derby.log</derby.stream.error.file> </systemPropertyVariables> - <excludes> - <exclude>**/JmsJdbcXALoadTest.java</exclude><!-- used only for manual xa performance testing --> - </excludes> </configuration> </plugin> </plugins>
