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 2006/08/12 13:17:08 UTC

svn commit: r431014 - in /jakarta/httpcomponents/httpcore/trunk: core/ module-main/ module-main/pom.xml module-main/src/ module-nio/ module-nio/pom.xml module-nio/src/ nio/ pom.xml

Author: olegk
Date: Sat Aug 12 04:17:05 2006
New Revision: 431014

URL: http://svn.apache.org/viewvc?rev=431014&view=rev
Log:
Renamed module directories

Added:
    jakarta/httpcomponents/httpcore/trunk/module-main/
      - copied from r430527, jakarta/httpcomponents/httpcore/trunk/core/
    jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
      - copied unchanged from r431013, jakarta/httpcomponents/httpcore/trunk/core/pom.xml
    jakarta/httpcomponents/httpcore/trunk/module-main/src/
      - copied from r431013, jakarta/httpcomponents/httpcore/trunk/core/src/
    jakarta/httpcomponents/httpcore/trunk/module-nio/
      - copied from r430527, jakarta/httpcomponents/httpcore/trunk/nio/
    jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml
      - copied unchanged from r431013, jakarta/httpcomponents/httpcore/trunk/nio/pom.xml
    jakarta/httpcomponents/httpcore/trunk/module-nio/src/
      - copied from r431013, jakarta/httpcomponents/httpcore/trunk/nio/src/
Removed:
    jakarta/httpcomponents/httpcore/trunk/core/
    jakarta/httpcomponents/httpcore/trunk/nio/
Modified:
    jakarta/httpcomponents/httpcore/trunk/pom.xml

Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/pom.xml?rev=431014&r1=431013&r2=431014&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/pom.xml Sat Aug 12 04:17:05 2006
@@ -39,8 +39,8 @@
   </scm>
 
   <modules>
-    <module>core</module>
-    <module>nio</module>
+    <module>module-main</module>
+    <module>module-nio</module>
   </modules>
 
   <build>