Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 29322 invoked from network); 23 Apr 2010 10:52:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 10:52:29 -0000 Received: (qmail 69425 invoked by uid 500); 23 Apr 2010 10:52:29 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 69387 invoked by uid 500); 23 Apr 2010 10:52:28 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 69379 invoked by uid 99); 23 Apr 2010 10:52:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 10:52:28 +0000 X-ASF-Spam-Status: No, hits=-1413.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 10:52:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7907123889B3; Fri, 23 Apr 2010 10:51:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r937240 - in /httpcomponents/httpcore/trunk: contrib/ httpcore-contrib/ httpcore-contrib/pom.xml Date: Fri, 23 Apr 2010 10:51:45 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100423105145.7907123889B3@eris.apache.org> Author: olegk Date: Fri Apr 23 10:51:45 2010 New Revision: 937240 URL: http://svn.apache.org/viewvc?rev=937240&view=rev Log: Moved contrib code Added: httpcomponents/httpcore/trunk/httpcore-contrib/ (props changed) - copied from r937226, httpcomponents/httpcore/trunk/contrib/ httpcomponents/httpcore/trunk/httpcore-contrib/pom.xml Removed: httpcomponents/httpcore/trunk/contrib/ Propchange: httpcomponents/httpcore/trunk/httpcore-contrib/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Fri Apr 23 10:51:45 2010 @@ -0,0 +1,6 @@ +.classpath +.project +bin +.settings +lib +target Added: httpcomponents/httpcore/trunk/httpcore-contrib/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-contrib/pom.xml?rev=937240&view=auto ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-contrib/pom.xml (added) +++ httpcomponents/httpcore/trunk/httpcore-contrib/pom.xml Fri Apr 23 10:51:45 2010 @@ -0,0 +1,96 @@ + + + + + 4.0.0 + + org.apache.httpcomponents + httpcomponents-core + 4.1-beta2-SNAPSHOT + + httpcore-contrib + HttpCore Contrib + + HttpComponents HttpCore - Contributed Components + + http://hc.apache.org/httpcomponents-core + jar + + + + Apache License + ../LICENSE.txt + repo + + + + + + org.apache.httpcomponents + httpcore + ${project.version} + compile + + + org.apache.httpcomponents + httpcore-nio + ${project.version} + compile + + + commons-logging + commons-logging + 1.1.1 + compile + + + + + UTF-8 + UTF-8 + 1.5 + 1.5 + true + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${maven.compile.source} + ${maven.compile.target} + ${maven.compile.optimize} + ${maven.compile.deprecation} + + + + + +