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/07/14 21:33:32 UTC

svn commit: r794029 - in /httpcomponents/httpclient/trunk: BUILDING.txt src/main/assembly/bin-with-deps.xml src/main/assembly/bin.xml src/main/assembly/osgi-bin.xml

Author: olegk
Date: Tue Jul 14 19:33:32 2009
New Revision: 794029

URL: http://svn.apache.org/viewvc?rev=794029&view=rev
Log:
Updated release packages

Modified:
    httpcomponents/httpclient/trunk/BUILDING.txt
    httpcomponents/httpclient/trunk/src/main/assembly/bin-with-deps.xml
    httpcomponents/httpclient/trunk/src/main/assembly/bin.xml
    httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml

Modified: httpcomponents/httpclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/BUILDING.txt?rev=794029&r1=794028&r2=794029&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpclient/trunk/BUILDING.txt Tue Jul 14 19:33:32 2009
@@ -35,7 +35,7 @@
 
 Execute the following command in order to generate javadoc:
 
-mvn javadoc:javadoc
+mvn javadoc:aggregate
 
 Execute the following command in order to generate the tutorial in html and pdf formats
 

Modified: httpcomponents/httpclient/trunk/src/main/assembly/bin-with-deps.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/main/assembly/bin-with-deps.xml?rev=794029&r1=794028&r2=794029&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/main/assembly/bin-with-deps.xml (original)
+++ httpcomponents/httpclient/trunk/src/main/assembly/bin-with-deps.xml Tue Jul 14 19:33:32 2009
@@ -54,6 +54,7 @@
             <include>LICENSE.txt</include>
             <include>NOTICE.txt</include>
             <include>RELEASE_NOTES.txt</include>
+            <include>NTLM_SUPPORT.txt</include>
           </includes>
         </fileSet>
         <!-- Javadocs -->

Modified: httpcomponents/httpclient/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/main/assembly/bin.xml?rev=794029&r1=794028&r2=794029&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/main/assembly/bin.xml (original)
+++ httpcomponents/httpclient/trunk/src/main/assembly/bin.xml Tue Jul 14 19:33:32 2009
@@ -54,6 +54,7 @@
             <include>LICENSE.txt</include>
             <include>NOTICE.txt</include>
             <include>RELEASE_NOTES.txt</include>
+            <include>NTLM_SUPPORT.txt</include>
           </includes>
         </fileSet>
         <!-- Javadocs -->

Modified: httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml?rev=794029&r1=794028&r2=794029&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml (original)
+++ httpcomponents/httpclient/trunk/src/main/assembly/osgi-bin.xml Tue Jul 14 19:33:32 2009
@@ -48,6 +48,7 @@
             <include>LICENSE.txt</include>
             <include>NOTICE.txt</include>
             <include>RELEASE_NOTES.txt</include>
+            <include>NTLM_SUPPORT.txt</include>
           </includes>
         </fileSet>
         <!-- Javadocs -->