You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/03/01 17:17:20 UTC

svn commit: r749051 - in /httpcomponents/httpcore/trunk: httpcore-nio/pom.xml httpcore/pom.xml src/main/assembly/bin.xml src/main/assembly/osgi-bin.xml src/site/apt/examples.apt

Author: olegk
Date: Sun Mar  1 16:17:20 2009
New Revision: 749051

URL: http://svn.apache.org/viewvc?rev=749051&view=rev
Log:
Removed explicit SCM declarations from module POMs; updated examples page; updated assembly descriptors

Modified:
    httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
    httpcomponents/httpcore/trunk/httpcore/pom.xml
    httpcomponents/httpcore/trunk/src/main/assembly/bin.xml
    httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml
    httpcomponents/httpcore/trunk/src/site/apt/examples.apt

Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=749051&r1=749050&r2=749051&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Sun Mar  1 16:17:20 2009
@@ -53,12 +53,6 @@
     </license>
   </licenses>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio</developerConnection>
-    <url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=749051&r1=749050&r2=749051&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Sun Mar  1 16:17:20 2009
@@ -53,12 +53,6 @@
     </license>
   </licenses>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main</developerConnection>
-    <url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Modified: httpcomponents/httpcore/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml?rev=749051&r1=749050&r2=749051&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/bin.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/bin.xml Sun Mar  1 16:17:20 2009
@@ -76,7 +76,7 @@
         </fileSet>
         <!-- Examples: base module -->
         <fileSet>
-          <directory>module-main/src/examples/</directory>
+          <directory>httpcore/src/examples/</directory>
           <outputDirectory>examples</outputDirectory>
           <includes>
             <include>**/*.java</include>
@@ -84,7 +84,7 @@
         </fileSet>
         <!-- Examples: NIO module -->
         <fileSet>
-          <directory>module-nio/src/examples/</directory>
+          <directory>httpcore-nio/src/examples/</directory>
           <outputDirectory>examples</outputDirectory>
           <includes>
             <include>**/*.java</include>

Modified: httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml?rev=749051&r1=749050&r2=749051&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml Sun Mar  1 16:17:20 2009
@@ -74,7 +74,7 @@
         </fileSet>
         <!-- Examples: base module -->
         <fileSet>
-          <directory>module-main/src/examples/</directory>
+          <directory>httpcore/src/examples/</directory>
           <outputDirectory>examples</outputDirectory>
           <includes>
             <include>**/*.java</include>
@@ -82,7 +82,7 @@
         </fileSet>
         <!-- Examples: NIO module -->
         <fileSet>
-          <directory>module-nio/src/examples/</directory>
+          <directory>httpcore-nio/src/examples/</directory>
           <outputDirectory>examples</outputDirectory>
           <includes>
             <include>**/*.java</include>

Modified: httpcomponents/httpcore/trunk/src/site/apt/examples.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/examples.apt?rev=749051&r1=749050&r2=749051&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/examples.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/examples.apt Sun Mar  1 16:17:20 2009
@@ -34,34 +34,34 @@
 
 HttpCore Examples
 
-    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpGet.java}Basic HTTP GET}}
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/ElementalHttpGet.java}Basic HTTP GET}}
     
     This example demonstrates how to execute a series of simple HTTP GET requests.
 
-    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpPost.java}Basic HTTP POST}}
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/ElementalHttpPost.java}Basic HTTP POST}}
     
     This example demonstrates how to execute a series of simple HTTP POST requests that enclose entity 
     content of various types: a string, a byte array, an arbitrary input stream.  
 
-    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpServer.java}Basic HTTP server}}
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/ElementalHttpServer.java}Basic HTTP server}}
     
     This is an example of a simple but fully functional HTTP/1.1 server written with only a few dozen 
     lines of Java code.
 
-    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/nio/NHttpServer.java}Basic non-blocking HTTP server}}
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpServer.java}Basic non-blocking HTTP server}}
     
     This example demonstrates the use of HttpCore NIO extensions to build a non-blocking HTTP/1.1 server.
 
-    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java}Basic non-blocking HTTP client}}
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java}Basic non-blocking HTTP client}}
     
     This example demonstrates how HttpCore NIO can be used to execute multiple HTTP requests using
     only one I/O thread.
 
-    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/nio/NHttpClientConnManagement.java}Management of non-blocking client connections}}
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClientConnManagement.java}Management of non-blocking client connections}}
     
     This example demonstrates how to manage reuse of persistent client connections using HttpCore NIO. 
 
-    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/nio/NHttpSSLServer.java}Basic non-blocking HTTPS server}}
+    * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpSSLServer.java}Basic non-blocking HTTPS server}}
     
     This example demonstrates the use of HttpCore NIO extensions to build a non-blocking HTTPS/1.1 server.