Author: challngr
Date: Mon May  6 20:11:24 2013
New Revision: 1479695

URL: http://svn.apache.org/r1479695
Log:
UIMA-2682
Fix assembly scripot to place duccbook html in the webserver root.

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=1479695&r1=1479694&r2=1479695&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Mon May  6 20:11:24 
2013
@@ -487,6 +487,13 @@ under the License.    
   <files>
   
   <file>
+      <source>uima-ducc-ducbook/target/site/d/book.html</source>
+      <outputDirectory>ducc_runtime/webserver/root</outputDirectory>
+      <destName>system.duccbook.html</destName>
+      <fileMode>644</fileMode>
+    </file>
+
+  <file>
       <source>src/main/scripts/dd2spring.xsl</source>
       <outputDirectory>ducc_runtime/resources</outputDirectory>
       <destName>dd2spring.xsl</destName>


Reply via email to