[jboss-osgi-commits] JBoss-OSGI SVN: r95711 - projects/jboss-osgi/trunk/testsuite/example.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Oct 28 17:32:24 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-10-28 17:32:23 -0400 (Wed, 28 Oct 2009)
New Revision: 95711

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
Exclude JTA for equinox

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-10-28 21:28:02 UTC (rev 95710)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-10-28 21:32:23 UTC (rev 95711)
@@ -188,6 +188,7 @@
                 <exclude>org/jboss/test/osgi/example/interceptor/**</exclude>
                 <exclude>org/jboss/test/osgi/example/jmx/**</exclude>
                 <exclude>org/jboss/test/osgi/example/jndi/**</exclude>
+                <exclude>org/jboss/test/osgi/example/jta/**</exclude>
                 <exclude>org/jboss/test/osgi/example/microcontainer/**</exclude>
                 <exclude>org/jboss/test/osgi/example/simple/**</exclude>
                 <exclude>org/jboss/test/osgi/example/webapp/**</exclude>



More information about the jboss-osgi-commits mailing list