You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/05/18 16:30:07 UTC

svn commit: r539481 - /incubator/qpid/branches/M2/java/broker/pom.xml

Author: ritchiem
Date: Fri May 18 07:30:06 2007
New Revision: 539481

URL: http://svn.apache.org/viewvc?view=rev&rev=539481
Log:
QPID-401 Update to allow -Dskip-python-tests to disable python checking

Modified:
    incubator/qpid/branches/M2/java/broker/pom.xml

Modified: incubator/qpid/branches/M2/java/broker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/pom.xml?view=diff&rev=539481&r1=539480&r2=539481
==============================================================================
--- incubator/qpid/branches/M2/java/broker/pom.xml (original)
+++ incubator/qpid/branches/M2/java/broker/pom.xml Fri May 18 07:30:06 2007
@@ -173,6 +173,7 @@
                                         <contains string="${user.dir}" substring="broker" />
                                     </condition>
 
+
                                     <property name="command" 
                                               value="python run-tests -v -I java_failing.txt"/>
                                               <!--value="bash -c 'python run-tests -v -I java_failing.txt'"/>-->