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/11 00:09:20 UTC

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

Author: olegk
Date: Tue Feb 10 23:09:20 2009
New Revision: 743155

URL: http://svn.apache.org/viewvc?rev=743155&view=rev
Log:
Tutorial HTML resources (2nd try)

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=743155&r1=743154&r2=743155&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/bin.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/bin.xml Tue Feb 10 23:09:20 2009
@@ -67,8 +67,12 @@
           <outputDirectory>tutorial/html</outputDirectory>
         </fileSet>
         <fileSet>
-          <directory>src/docbkx/resources</directory>
-          <outputDirectory>tutorial/html</outputDirectory>
+          <directory>src/docbkx/resources/css</directory>
+          <outputDirectory>tutorial/html/css</outputDirectory>
+        </fileSet>
+        <fileSet>
+          <directory>src/docbkx/resources/images</directory>
+          <outputDirectory>tutorial/html/images</outputDirectory>
         </fileSet>
         <!-- Examples: base module -->
         <fileSet>

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=743155&r1=743154&r2=743155&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/osgi-bin.xml Tue Feb 10 23:09:20 2009
@@ -65,8 +65,12 @@
           <outputDirectory>tutorial/html</outputDirectory>
         </fileSet>
         <fileSet>
-          <directory>src/docbkx/resources</directory>
-          <outputDirectory>tutorial/html</outputDirectory>
+          <directory>src/docbkx/resources/css</directory>
+          <outputDirectory>tutorial/html/css</outputDirectory>
+        </fileSet>
+        <fileSet>
+          <directory>src/docbkx/resources/images</directory>
+          <outputDirectory>tutorial/html/images</outputDirectory>
         </fileSet>
         <!-- Examples: base module -->
         <fileSet>