You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ol...@apache.org on 2007/12/02 15:16:27 UTC

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

Author: olegk
Date: Sun Dec  2 06:16:26 2007
New Revision: 600292

URL: http://svn.apache.org/viewvc?rev=600292&view=rev
Log:
Removed HttpCore NIOSSL

Modified:
    gump/metadata/project/httpcomponents.xml

Modified: gump/metadata/project/httpcomponents.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/httpcomponents.xml?rev=600292&r1=600291&r2=600292&view=diff
==============================================================================
--- gump/metadata/project/httpcomponents.xml (original)
+++ gump/metadata/project/httpcomponents.xml Sun Dec  2 06:16:26 2007
@@ -47,14 +47,10 @@
     <jar  id="module-nio"
         name="module-nio/target/httpcore-nio-4.0-alpha7-SNAPSHOT.jar"
      />
-    <jar  id="module-niossl"
-        name="module-niossl/target/httpcore-niossl-4.0-alpha7-SNAPSHOT.jar"
-     />
 
     <!-- tests are not supposed to be run in this project, but they are... -->
     <junitreport nested="httpcore/module-main/target/surefire-reports" />
     <junitreport nested="httpcore/module-nio/target/surefire-reports" />
-    <junitreport nested="httpcore/module-niossl/target/surefire-reports" />
 
     <!-- these get downloaded by Maven, even if the project doesn't
          need them -->
@@ -84,7 +80,6 @@
 
     <junitreport nested="httpcore/module-main/target/surefire-reports" />
     <junitreport nested="httpcore/module-nio/target/surefire-reports" />
-    <junitreport nested="httpcore/module-niossl/target/surefire-reports" />
 
     <nag to="httpcomponents-dev@jakarta.apache.org"
          from="GUMP &lt;ossfwot@dubioso.net&gt;"/>