You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2016/05/25 21:41:22 UTC

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

Author: burn
Date: Wed May 25 21:41:22 2016
New Revision: 1745543

URL: http://svn.apache.org/viewvc?rev=1745543&view=rev
Log:
UIMA-4856 Put the unsecure broker config file in the build

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=1745543&r1=1745542&r2=1745543&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Wed May 25 21:41:22 2016
@@ -280,12 +280,12 @@ under the License.
       <directoryMode>755</directoryMode>        
     </fileSet>
 
-	<!-- Put the DUCC broker configuration file in ACTIVEMQ -->
+	<!-- Put the DUCC broker configuration files in ACTIVEMQ -->
     <fileSet>
       <directory>src/main/config/</directory>
       <outputDirectory>apache-uima/apache-activemq/conf</outputDirectory>
       <includes>
-        <include>activemq-ducc.xml</include>
+        <include>activemq*</include>
       </includes>
       <fileMode>755</fileMode>
       <directoryMode>755</directoryMode>