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 5C397B130 for ; Fri, 20 Jan 2012 16:23:09 +0000 (UTC) Received: (qmail 34493 invoked by uid 500); 20 Jan 2012 16:23:09 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 34459 invoked by uid 500); 20 Jan 2012 16:23:08 -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 34452 invoked by uid 99); 20 Jan 2012 16:23:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 16:23:08 +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; Fri, 20 Jan 2012 16:23:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2103A23889E0 for ; Fri, 20 Jan 2012 16:22:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1233986 - in /httpcomponents/httpcore/branches/4.1.x: pom.xml src/main/assembly/bin.xml src/main/assembly/osgi-bin.xml Date: Fri, 20 Jan 2012 16:22:46 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120120162247.2103A23889E0@eris.apache.org> Author: olegk Date: Fri Jan 20 16:22:46 2012 New Revision: 1233986 URL: http://svn.apache.org/viewvc?rev=1233986&view=rev Log: Simplified site content and assembly generation Modified: httpcomponents/httpcore/branches/4.1.x/pom.xml httpcomponents/httpcore/branches/4.1.x/src/main/assembly/bin.xml httpcomponents/httpcore/branches/4.1.x/src/main/assembly/osgi-bin.xml Modified: httpcomponents/httpcore/branches/4.1.x/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/pom.xml?rev=1233986&r1=1233985&r2=1233986&view=diff ============================================================================== --- httpcomponents/httpcore/branches/4.1.x/pom.xml (original) +++ httpcomponents/httpcore/branches/4.1.x/pom.xml Fri Jan 20 16:22:46 2012 @@ -135,6 +135,15 @@ maven-javadoc-plugin + + + javadoc-aggregate + + aggregate + + pre-site + + true @@ -189,6 +198,16 @@ runtime + + + tutorial-site + + generate-html + generate-pdf + + pre-site + + index.xml true @@ -203,13 +222,14 @@ - - + + - - + @@ -217,7 +237,9 @@ - + Modified: httpcomponents/httpcore/branches/4.1.x/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/src/main/assembly/bin.xml?rev=1233986&r1=1233985&r2=1233986&view=diff ============================================================================== --- httpcomponents/httpcore/branches/4.1.x/src/main/assembly/bin.xml (original) +++ httpcomponents/httpcore/branches/4.1.x/src/main/assembly/bin.xml Fri Jan 20 16:22:46 2012 @@ -61,18 +61,10 @@ target/site/apidocs javadoc - + - target/docbkx/html - tutorial/html - - - src/docbkx/resources/css - tutorial/html/css - - - src/docbkx/resources/images - tutorial/html/images + target/site/tutorial + tutorial @@ -91,12 +83,4 @@ - - - - target/docbkx/pdf/index.pdf - tutorial/pdf - httpcore-tutorial.pdf - - Modified: httpcomponents/httpcore/branches/4.1.x/src/main/assembly/osgi-bin.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/src/main/assembly/osgi-bin.xml?rev=1233986&r1=1233985&r2=1233986&view=diff ============================================================================== --- httpcomponents/httpcore/branches/4.1.x/src/main/assembly/osgi-bin.xml (original) +++ httpcomponents/httpcore/branches/4.1.x/src/main/assembly/osgi-bin.xml Fri Jan 20 16:22:46 2012 @@ -55,18 +55,10 @@ target/site/apidocs javadoc - + - target/docbkx/html - tutorial/html - - - src/docbkx/resources/css - tutorial/html/css - - - src/docbkx/resources/images - tutorial/html/images + target/site/tutorial + tutorial @@ -85,12 +77,4 @@ - - - - target/docbkx/pdf/index.pdf - tutorial/pdf - httpcore-tutorial.pdf - -