You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/11/18 23:17:07 UTC

svn commit: r1543194 - /uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Author: cwiklik
Date: Mon Nov 18 22:17:07 2013
New Revision: 1543194

URL: http://svn.apache.org/r1543194
Log:
UIMA-2881 fixes where duccs docs are copied

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1543194&r1=1543193&r2=1543194&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Mon Nov 18 22:17:07 2013
@@ -633,7 +633,7 @@ under the License.    
 
     <fileSet>
       <!-- build up the webserver directory -->
-      <directory>uima-ducc-duccdocs/target/site/reference/html_singlepage</directory>
+      <directory>uima-ducc-duccdocs/target/site/reference/html_singlepage/duccbook</directory>
       <outputDirectory>ducc_runtime/webserver/root/doc</outputDirectory>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>