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/02/10 23:59:11 UTC

svn commit: r743153 - in /httpcomponents/httpcore/trunk/src/main/assembly: bin.xml osgi-bin.xml

Author: olegk
Date: Tue Feb 10 22:59:10 2009
New Revision: 743153

URL: http://svn.apache.org/viewvc?rev=743153&view=rev
Log:
Tutorial HTML resources

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

Modified: httpcomponents/httpcore/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/main/assembly/bin.xml?rev=743153&r1=743152&r2=743153&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/bin.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/bin.xml Tue Feb 10 22:59:10 2009
@@ -66,6 +66,10 @@
           <directory>target/docbkx/html</directory>
           <outputDirectory>tutorial/html</outputDirectory>
         </fileSet>
+        <fileSet>
+          <directory>src/docbkx/resources</directory>
+          <outputDirectory>tutorial/html</outputDirectory>
+        </fileSet>
         <!-- Examples: base module -->
         <fileSet>
           <directory>module-main/src/examples/</directory>

Modified: httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml?rev=743153&r1=743152&r2=743153&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml Tue Feb 10 22:59:10 2009
@@ -64,6 +64,10 @@
           <directory>target/docbkx/html</directory>
           <outputDirectory>tutorial/html</outputDirectory>
         </fileSet>
+        <fileSet>
+          <directory>src/docbkx/resources</directory>
+          <outputDirectory>tutorial/html</outputDirectory>
+        </fileSet>
         <!-- Examples: base module -->
         <fileSet>
           <directory>module-main/src/examples/</directory>