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/11/04 22:06:32 UTC

svn commit: r1538763 - in /uima/sandbox/uima-ducc/trunk: src/main/assembly/bin.xml uima-ducc-duccdocs/pom.xml

Author: challngr
Date: Mon Nov  4 21:06:31 2013
New Revision: 1538763

URL: http://svn.apache.org/r1538763
Log:
UIMA-3402 Update assembly script for change to amq configuration. Also update docs pom
          to generate single page html even under windows.

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.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=1538763&r1=1538762&r2=1538763&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  4 21:06:31 2013
@@ -381,7 +381,7 @@ under the License.    
       <directory>src/main/config/</directory>
       <outputDirectory>ducc_runtime/activemq/conf</outputDirectory>
       <includes>
-      	<include>activemq-nojournal5.xml</include>
+      	<include>activemq-ducc.xml</include>
       	<include>ducc-broker-credentials.properties</include>
       </includes>
       <fileMode>755</fileMode>
@@ -685,7 +685,7 @@ under the License.    
     </file>
     
     <file>
-      <source>src/main/config/activemq-nojournal5.xml</source>
+      <source>src/main/config/activemq-ducc.xml</source>
       <outputDirectory>ducc_runtime/activemq/conf</outputDirectory>
       <fileMode>644</fileMode>
     </file>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml?rev=1538763&r1=1538762&r2=1538763&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml Mon Nov  4 21:06:31 2013
@@ -58,7 +58,7 @@
                             <settings>
                                 <outputDirectory>reference/html_singlepage</outputDirectory>
                                 <tex4htCommandArgs>
-                                    <tex4htCommandArg></tex4htCommandArg>
+                                    <tex4htCommandArg>html,0</tex4htCommandArg>
                                     <tex4htCommandArg></tex4htCommandArg>
                                     <tex4htCommandArg></tex4htCommandArg>
                                     <tex4htCommandArg>-interaction=nonstopmode --src-specials</tex4htCommandArg>