Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 654A79B4D for ; Thu, 16 Feb 2012 15:40:05 +0000 (UTC) Received: (qmail 77230 invoked by uid 500); 16 Feb 2012 15:40:05 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 77185 invoked by uid 500); 16 Feb 2012 15:40:05 -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 77178 invoked by uid 99); 16 Feb 2012 15:40:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 15:40:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Thu, 16 Feb 2012 15:40:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8C7C923888E4 for ; Thu, 16 Feb 2012 15:39:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1245034 - in /httpcomponents/httpasyncclient/trunk: httpasyncclient-osgi/ httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml src/main/assembly/bin.xml src/main/assembly/osgi-bin.xml Date: Thu, 16 Feb 2012 15:39:40 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120216153940.8C7C923888E4@eris.apache.org> Author: olegk Date: Thu Feb 16 15:39:39 2012 New Revision: 1245034 URL: http://svn.apache.org/viewvc?rev=1245034&view=rev Log: Added OSGi package for HttpAsyncClient Added: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/ httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml (with props) httpcomponents/httpasyncclient/trunk/src/main/assembly/osgi-bin.xml - copied, changed from r1244222, httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml httpcomponents/httpasyncclient/trunk/pom.xml httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml Added: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml?rev=1245034&view=auto ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml (added) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml Thu Feb 16 15:39:39 2012 @@ -0,0 +1,148 @@ + + + + + 4.0.0 + + org.apache.httpcomponents + httpcomponents-asyncclient + 4.0-alpha4-SNAPSHOT + + httpasyncclient-osgi + HttpAsyncClient OSGi bundle + + HttpComponents AsyncClient (OSGi bundle) + + http://hc.apache.org/httpcomponents-asyncclient + bundle + + + + org.apache.httpcomponents + httpasyncclient + ${project.version} + compile + + + + + UTF-8 + UTF-8 + 1.5 + 1.5 + + + + + + org.apache.felix + maven-bundle-plugin + true + + + Apache ${project.name} + ${project.groupId}.httpclient + <_exportcontents> + org.apache.http.nio.client.*;version=${project.version}, + org.apache.http.nio.conn.*;version=${project.version}, + org.apache.http.impl.nio.client.*;version=${project.version}, + org.apache.http.impl.nio.conn.*;version=${project.version} + + *;scope=compile|runtime;inline=true + + javax.crypto, + javax.crypto.spec, + javax.net.ssl, + javax.security.auth.x500, + org.ietf.jgss, + org.apache.commons.logging;version=${commons-logging.version}, + org.apache.http;version=${httpcore.version}, + org.apache.http.entity;version=${httpcore.version}, + org.apache.http.concurrent;version=${httpcore.version}, + org.apache.http.io;version=${httpcore.version}, + org.apache.http.message;version=${httpcore.version}, + org.apache.http.params;version=${httpcore.version}, + org.apache.http.pool;version=${httpcore.version}, + org.apache.http.protocol;version=${httpcore.version}, + org.apache.http.util;version=${httpcore.version}, + org.apache.http.impl;version=${httpcore.version}, + org.apache.http.nio;version=${httpcore.version}, + org.apache.http.nio.entity;version=${httpcore.version}, + org.apache.http.nio.params;version=${httpcore.version}, + org.apache.http.nio.pool;version=${httpcore.version}, + org.apache.http.nio.protocol;version=${httpcore.version}, + org.apache.http.nio.reactor;version=${httpcore.version}, + org.apache.http.nio.reactor.ssl;version=${httpcore.version}, + org.apache.http.nio.util;version=${httpcore.version}, + org.apache.http.impl.nio;version=${httpcore.version}, + org.apache.http.impl.nio.codec;version=${httpcore.version}, + org.apache.http.impl.nio.reactor;version=${httpcore.version}, + org.apache.http.auth;version=${httpclient.version}, + org.apache.http.cookie;version=${httpclient.version}, + org.apache.http.conn;version=${httpclient.version}, + org.apache.http.conn.params;version=${httpclient.version}, + org.apache.http.conn.routing;version=${httpclient.version}, + org.apache.http.conn.ssl;version=${httpclient.version}, + org.apache.http.client;version=${httpclient.version}, + org.apache.http.client.methods;version=${httpclient.version}, + org.apache.http.client.params;version=${httpclient.version}, + org.apache.http.client.protocol;version=${httpclient.version}, + org.apache.http.client.utils;version=${httpclient.version}, + org.apache.http.impl.auth;version=${httpclient.version}, + org.apache.http.impl.cookie;version=${httpclient.version}, + org.apache.http.impl.conn;version=${httpclient.version}, + org.apache.http.impl.client;version=${httpclient.version} + + + + <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME + + + + + org.codehaus.mojo + clirr-maven-plugin + + true + + + + org.apache.httpcomponents.httpasyncclient_${project.version} + + + + + + org.codehaus.mojo + clirr-maven-plugin + + true + + + + + Propchange: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml?rev=1245034&r1=1245033&r2=1245034&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml Thu Feb 16 15:39:39 2012 @@ -137,6 +137,7 @@ maven-javadoc-plugin + ${hc.javadoc.version} 1.5 @@ -157,6 +158,7 @@ com.atlassian.maven.plugins maven-clover2-plugin + ${clover.version} 1.5 @@ -164,10 +166,12 @@ maven-jxr-plugin + ${hc.jxr.version} maven-surefire-report-plugin + ${hc.surefire-report.version} Modified: httpcomponents/httpasyncclient/trunk/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1245034&r1=1245033&r2=1245034&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/pom.xml Thu Feb 16 15:39:39 2012 @@ -124,6 +124,7 @@ httpasyncclient + httpasyncclient-osgi @@ -177,8 +178,8 @@ 1.5 http://download.oracle.com/javase/1.5.0/docs/api/ - http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/ - http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/ + http://hc.apache.org/httpcomponents-core-dev/httpcore/apidocs/ + http://hc.apache.org/httpcomponents-client-dev/httpclient/apidocs/ @@ -190,6 +191,7 @@ src/main/assembly/bin.xml + src/main/assembly/osgi-bin.xml src/main/assembly/src.xml gnu @@ -206,6 +208,10 @@ + + + + @@ -240,12 +246,12 @@ maven-project-info-reports-plugin + ${hc.project-info.version} dependencies project-team - mailing-list issue-tracking scm Modified: httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml?rev=1245034&r1=1245033&r2=1245034&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml (original) +++ httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml Thu Feb 16 15:39:39 2012 @@ -35,6 +35,9 @@ + + org.apache.httpcomponents:httpasyncclient-osgi + lib false @@ -61,7 +64,7 @@ target/site/apidocs javadoc - + httpasyncclient/src/examples/ examples Copied: httpcomponents/httpasyncclient/trunk/src/main/assembly/osgi-bin.xml (from r1244222, httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml) URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/src/main/assembly/osgi-bin.xml?p2=httpcomponents/httpasyncclient/trunk/src/main/assembly/osgi-bin.xml&p1=httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml&r1=1244222&r2=1245034&rev=1245034&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/src/main/assembly/bin.xml (original) +++ httpcomponents/httpasyncclient/trunk/src/main/assembly/osgi-bin.xml Thu Feb 16 15:39:39 2012 @@ -1,8 +1,4 @@ - - bin + osgi-bin tar.gz zip - - - - lib - false - - - - - - - + httpasyncclient-osgi/target + + + *.jar + + + *sources.jar + + + @@ -54,6 +48,7 @@ LICENSE.txt NOTICE.txt RELEASE_NOTES.txt + NTLM_SUPPORT.txt @@ -61,7 +56,7 @@ target/site/apidocs javadoc - + httpasyncclient/src/examples/ examples