You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/01 23:54:38 UTC

svn commit: r991721 - /incubator/river/jtsk/trunk/build.xml

Author: jcosters
Date: Wed Sep  1 21:54:38 2010
New Revision: 991721

URL: http://svn.apache.org/viewvc?rev=991721&view=rev
Log:
RIVER-301: add servicediscovery to default QA test categories to run by target qa.run

Modified:
    incubator/river/jtsk/trunk/build.xml

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=991721&r1=991720&r2=991721&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Wed Sep  1 21:54:38 2010
@@ -2072,7 +2072,7 @@
     -->
     <target name="qa.run" depends="" description="Run QA tests">
         <property name="run.categories"
-                value="id,loader,policyprovider,locatordiscovery,activation,config,discoverymanager,joinmanager,url,iiop,jrmp,reliability,thread,renewalmanager,constraint,export,lookupdiscovery"/>
+                value="id,loader,policyprovider,locatordiscovery,activation,config,discoverymanager,joinmanager,url,iiop,jrmp,reliability,thread,renewalmanager,constraint,export,lookupdiscovery,servicediscovery"/>
         <!-- Call qa subcomponent build -->
         <ant dir="qa" target="run-categories" inheritall="false" >
             <property name="run.categories" value="${run.categories}" />