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/15 00:57:23 UTC

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

Author: jcosters
Date: Tue Sep 14 22:57:23 2010
New Revision: 997135

URL: http://svn.apache.org/viewvc?rev=997135&view=rev
Log:
RIVER-301: add "renewalservice" category to list of QA test categories to run by Hudson

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=997135&r1=997134&r2=997135&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Tue Sep 14 22:57:23 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,servicediscovery,io,security,lookupservice"/>
+                value="id,loader,policyprovider,locatordiscovery,activation,config,discoverymanager,joinmanager,url,iiop,jrmp,reliability,thread,renewalmanager,constraint,export,lookupdiscovery,servicediscovery,io,security,lookupservice,renewalservice"/>
         <!-- Call qa subcomponent build -->
         <ant dir="qa" target="run-categories" inheritall="false" >
             <property name="run.categories" value="${run.categories}" />