You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/10/04 05:12:50 UTC

svn commit: r452706 - /incubator/servicemix/trunk/servicemix-bpe/pom.xml

Author: foconer
Date: Tue Oct  3 20:12:49 2006
New Revision: 452706

URL: http://svn.apache.org/viewvc?view=rev&rev=452706
Log:
Excluded failing test. Created a jira issue for the failed test under the subtask of SM-623.

Modified:
    incubator/servicemix/trunk/servicemix-bpe/pom.xml

Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bpe/pom.xml?view=diff&rev=452706&r1=452705&r2=452706
==============================================================================
--- incubator/servicemix/trunk/servicemix-bpe/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-bpe/pom.xml Tue Oct  3 20:12:49 2006
@@ -168,6 +168,8 @@
             <exclude>**/Abstract*.*</exclude>
             
             <exclude>**/FileSystemJarInputStreamTest.*</exclude>
+			<exclude>**/BPEDeployerTest.*</exclude>
+
           </excludes>
         </configuration>
       </plugin>