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 2007/03/20 21:46:03 UTC

svn commit: r520567 - /jakarta/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml

Author: olegk
Date: Tue Mar 20 13:46:02 2007
New Revision: 520567

URL: http://svn.apache.org/viewvc?view=rev&rev=520567
Log:
Updated BIN assembly descriptor

Modified:
    jakarta/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml

Modified: jakarta/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml?view=diff&rev=520567&r1=520566&r2=520567
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml Tue Mar 20 13:46:02 2007
@@ -51,5 +51,24 @@
             <include>**/*.java</include>
           </includes>
         </fileSet>
+        <!-- NIOSSL extensions module -->
+        <fileSet>
+          <directory>module-niossl/target</directory>
+          <outputDirectory>lib</outputDirectory>
+          <includes>
+            <include>*.jar</include>
+          </includes>
+        </fileSet>
+        <fileSet>
+          <directory>module-niossl/target/site/apidocs</directory>
+          <outputDirectory>javadoc/httpcore-niossl</outputDirectory>
+        </fileSet>
+        <fileSet>
+          <directory>module-niossl/src/examples/</directory>
+          <outputDirectory>examples</outputDirectory>
+          <includes>
+            <include>**/*.java</include>
+          </includes>
+        </fileSet>
     </fileSets>
 </assembly>