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/12/16 13:11:38 UTC

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

Author: rolandw
Date: Sun Dec 16 04:11:38 2007
New Revision: 604613

URL: http://svn.apache.org/viewvc?rev=604613&view=rev
Log:
switched to HttpComponents repository

Modified:
    gump/metadata/project/httpcomponents.xml

Modified: gump/metadata/project/httpcomponents.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/httpcomponents.xml?rev=604613&r1=604612&r2=604613&view=diff
==============================================================================
--- gump/metadata/project/httpcomponents.xml (original)
+++ gump/metadata/project/httpcomponents.xml Sun Dec 16 04:11:38 2007
@@ -16,16 +16,23 @@
   limitations under the License.
 -->
 <module name="httpcomponents">
-  <url href="http://jakarta.apache.org/httpcomponents/"/>
+  <url href="http://hc.apache.org/"/>
   <description>
-    Jakarta HTTP Components, including Commons HttpClient
+    HTTP Components, including Commons HttpClient
   </description>
 
-  <svn repository="jakarta-svn" dir="httpcomponents/gump-trunk"/>
+  <svn repository="httpcomponents" dir="httpcomponents/gump-trunk"/>
 
 
-  <!-- TODO: Add projects for httpcore (in progress) and httpclient 4.0
-       Define separate projects for building and running unit tests.
+  <!-- open questions/TODO:
+       * update web links when the new HttpComponents site is up
+       * how to reference M2 generated output without release names?
+         (to avoid updating the GUMP definition with every release)
+       * how to prevent running of unit tests in non-test targets?
+         (last time I checked, the maven.test.skip property didn't work)
+         (add httpcomponents-client-test once that is working)
+       * how to reference unit test output for all modules?
+         (last time I checked, only one <junitreport> was interpreted)
     -->
 
   <project name="httpcomponents-core">
@@ -90,7 +97,7 @@
   <project name="httpcomponents-client">
     <package>org.apache.http.client</package>
     <description>HTTP Component: Client</description>
-    <url href="http://jakarta.apache.org/httpcomponents/"/>
+    <url href="http://jakarta.apache.org/httpcomponents/httpcomponents-client/"/>
 
     <mvn basedir="httpclient" goal="package">
       <property name="maven.test.skip" value="true"/>
@@ -122,7 +129,7 @@
   <project name="commons-httpclient">
     <package>org.apache.commons.httpclient</package>
     <description>HTTP Client Library, version 3.1</description>
-    <url href="http://jakarta.apache.org/commons/httpclient/"/>
+    <url href="http://hc.apache.org/httpclient-3.x/"/>
     <ant basedir="oac.hc3x" target="dist"/>
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>