You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ro...@apache.org on 2007/07/15 13:11:54 UTC

svn commit: r556396 - /gump/metadata/project/httpcomponents.xml

Author: rolandw
Date: Sun Jul 15 04:11:53 2007
New Revision: 556396

URL: http://svn.apache.org/viewvc?view=rev&rev=556396
Log:
added <junitreport> tags

Modified:
    gump/metadata/project/httpcomponents.xml

Modified: gump/metadata/project/httpcomponents.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/httpcomponents.xml?view=diff&rev=556396&r1=556395&r2=556396
==============================================================================
--- gump/metadata/project/httpcomponents.xml (original)
+++ gump/metadata/project/httpcomponents.xml Sun Jul 15 04:11:53 2007
@@ -49,6 +49,11 @@
         name="module-niossl/target/httpcore-niossl-4.0-alpha6-SNAPSHOT.jar"
      />
 
+    <!-- tests are not supposed to be run in this project, but they are... -->
+    <junitreport nested="httpcore/module-main/target/test-reports" />
+    <junitreport nested="httpcore/module-nio/target/test-reports" />
+    <junitreport nested="httpcore/module-niossl/target/test-reports" />
+
     <nag to="httpcomponents-dev@jakarta.apache.org"
          from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
   </project>
@@ -67,6 +72,10 @@
 
     <home nested="httpcore" />
 
+    <junitreport nested="httpcore/module-main/target/test-reports" />
+    <junitreport nested="httpcore/module-nio/target/test-reports" />
+    <junitreport nested="httpcore/module-niossl/target/test-reports" />
+
     <nag to="httpcomponents-dev@jakarta.apache.org"
          from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
   </project>
@@ -91,6 +100,9 @@
     <jar  id="module-client"
         name="module-client/target/httpclient-4.0-alpha2-SNAPSHOT.jar"
      />
+
+    <!-- tests are not supposed to be run in this project, but they are... -->
+    <junitreport nested="httpclient/module-client/target/test-reports" />
 
     <nag to="httpcomponents-dev@jakarta.apache.org"
          from="GUMP &lt;ossfwot@dubioso.net&gt;"/>