You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/12/03 22:09:31 UTC

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

Author: challngr
Date: Tue Dec  3 21:09:31 2013
New Revision: 1547589

URL: http://svn.apache.org/r1547589
Log:
UIMA-3472 Deliver assembly script that works with new duccdocs pom.

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=1547589&r1=1547588&r2=1547589&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Tue Dec  3 21:09:31 2013
@@ -633,7 +633,7 @@ under the License.    
 
     <fileSet>
       <!-- build up the webserver directory -->
-      <directory>uima-ducc-duccdocs/target/site/reference/html_singlepage/duccbook</directory>
+      <directory>uima-ducc-duccdocs/target/site/duccbook-html</directory>
       <outputDirectory>webserver/root/doc</outputDirectory>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>        
@@ -645,7 +645,7 @@ under the License.    
 
   <fileSet>
       <!-- build up the webserver directory -->
-      <directory>uima-ducc-duccdocs/target/site/reference/html_singlepage/duccbook</directory>
+      <directory>uima-ducc-duccdocs/target/site/duccbook-html/images</directory>
       <outputDirectory>webserver/root/doc/images</outputDirectory>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>        
@@ -665,7 +665,7 @@ under the License.    
     
     
 <fileSet>
-      <directory>uima-ducc-duccdocs/target/site/duccbook</directory>
+      <directory>uima-ducc-duccdocs/target/site/duccbook-pdf</directory>
       <outputDirectory>doc</outputDirectory>
       <includes>
         <include>*.pdf</include>